microsoft / MCW-Modern-cloud-apps
Unit Size

The distribution of size of units (measured in lines of code).

Intro
  • Unit size measurements show the distribution of size of units of code (methods, functions...).
  • Units are classified in four categories based on their size (lines of code): 1-20 (small units), 20-50 (medium size units), 51-100 (long units), 101+ (very long units).
  • You should aim at keeping units small (< 20 lines). Long units may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
Unit Size Overall
  • There are 341 units with 3,688 lines of code in units (19.1% of code).
    • 2 very long units (226 lines of code)
    • 4 long units (294 lines of code)
    • 39 medium size units (1,112 lines of code)
    • 57 small units (814 lines of code)
    • 239 very small units (1,242 lines of code)
6% | 7% | 30% | 22% | 33%
Legend:
101+
51-100
21-50
11-20
1-10
Unit Size per Extension
101+
51-100
21-50
11-20
1-10
js11% | 0% | 28% | 21% | 38%
cs0% | 17% | 32% | 22% | 27%
Unit Size per Logical Component
primary logical decomposition
101+
51-100
21-50
11-20
1-10
src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin/wwwroot50% | 0% | 13% | 21% | 14%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Controllers0% | 39% | 15% | 23% | 21%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Data/Models0% | 82% | 0% | 10% | 7%
src/Contoso Sports League/Contoso.Apps.PaymentGateway/Controllers0% | 93% | 0% | 0% | 6%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot0% | 0% | 32% | 21% | 45%
src/Contoso Sports League/Contoso.Apps.FunctionApp0% | 0% | 82% | 10% | 6%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Helpers0% | 0% | 51% | 15% | 32%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Data/Logic0% | 0% | 29% | 35% | 35%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Offers0% | 0% | 71% | 0% | 28%
src/Contoso Sports League/Contoso.Apps.PaymentGateway/Throttling0% | 0% | 43% | 13% | 42%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Offers/Controllers0% | 0% | 88% | 0% | 11%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Web0% | 0% | 45% | 0% | 54%
src/Contoso Sports League/Contoso.Apps.PaymentGateway/Extensions0% | 0% | 84% | 0% | 15%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin/EasyAuth0% | 0% | 66% | 0% | 33%
src/Contoso Sports League/Contoso.Apps.PaymentGateway0% | 0% | 27% | 25% | 46%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin0% | 0% | 45% | 0% | 54%
src/Contoso Sports League/Contoso.Apps.Common0% | 0% | 0% | 78% | 21%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin/Controllers0% | 0% | 0% | 64% | 35%
src/Contoso Sports League/Contoso.Apps.PaymentGateway/Formatters0% | 0% | 0% | 53% | 46%
src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Models0% | 0% | 0% | 100% | 0%
src/Contoso Sports League/Contoso.Apps.Common/Extensions0% | 0% | 0% | 100% | 0%
src/Contoso Sports League/Contoso.Apps.PaymentGateway/Models0% | 0% | 0% | 0% | 100%
Alternative Visuals
Longest Units
Top 20 longest units
Unit# linesMcCabe index# params
113 62 1
var doc = w.document, docElem = doc.documentElement, mediastyles = [], rules = [], appendedEls = [], parsedSheets = {}, resizeThrottle = 30, head = doc.getElementsByTagName()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin/wwwroot/js/respond.matchmedia.addListener.js
113 62 1
protected override void OnModelCreating()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Data/Models/ProductContext.cs
91 1 1
public async Task Review()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Controllers/CheckoutController.cs
76 9 1
public async Task Complete()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Controllers/CheckoutController.cs
69 9 1
public ActionResult PerformAction()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.PaymentGateway/Controllers/ProcessorController.cs
58 8 1
Tooltip.prototype.show = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
50 21 0
protected override Task SendAsync()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.PaymentGateway/Throttling/ThrottlingHandler.cs
43 7 2
Carousel.prototype.slide = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
43 11 2
Modal.prototype.show = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
41 9 1
Modal.prototype.backdrop = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
37 16 1
public bool DoCheckoutAuth()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Helpers/PaymentGatewayFunctions.cs
35 5 3
public static async Task CreatePdfReport()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.FunctionApp/PdfUtility.cs
32 2 3
Tab.prototype.show = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
32 6 0
public IEnumerable Get()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Offers/Controllers/OffersController.cs
31 6 0
public ActionResult Index()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/Controllers/CheckoutController.cs
30 1 0
Affix.prototype.checkPosition = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
30 11 0
Collapse.prototype.show = function()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Web/wwwroot/js/plugins.js
30 13 0
(function(w)()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin/wwwroot/js/respond.js
29 6 1
(function(w)()
in Hands-on lab/lab-files/src/Contoso Sports League/Contoso.Apps.SportsLeague.Admin/wwwroot/js/respond.matchmedia.addListener.js
29 6 1