microsoft / MTC_AMP
File Size

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

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 19 files with 871 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (405 lines of code)
    • 16 very small files (466 lines of code)
0% | 0% | 0% | 46% | 53%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
cs0% | 0% | 0% | 46% | 53%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
Collections0% | 0% | 0% | 100% | 0%
UX/Services0% | 0% | 0% | 78% | 21%
Services0% | 0% | 0% | 72% | 27%
Views0% | 0% | 0% | 0% | 100%
ViewModels0% | 0% | 0% | 0% | 100%
Views/Commands0% | 0% | 0% | 0% | 100%
Views/Converters0% | 0% | 0% | 0% | 100%
Views/Triggers0% | 0% | 0% | 0% | 100%
Properties0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
SortedObservableCollection.cs
in AMP/Collections
157 9
FrameNavigationService.cs
in AMP/UX/Services
128 7
ILoggingService.cs
in AMP/Services
120 15
NavAwarePage.cs
in AMP/Views
70 5
ItemClickCommand.cs
in AMP/Views/Commands
60 6
StateHelper.cs
in AMP/Views
44 4
VisualStateTrigger.cs
in AMP/Views/Triggers
44 3
ISettingsService.cs
in AMP/Services
33 3
AsyncViewModel.cs
in AMP/ViewModels
29 5
AsyncUserControl.cs
in AMP/Views
26 2
IVisualState.cs
in AMP/ViewModels
24 2
BoolToVisibilityConverter.cs
in AMP/Views/Converters
22 2
InverseBoolToVisibilityConverter.cs
in AMP/Views/Converters
22 2
FrameViewInfo.cs
in AMP/UX/Services
19 -
INavigationServiceEx.cs
in AMP/UX/Services
17 -
NavAwareViewModel.cs
in AMP/ViewModels
15 -
AssemblyInfo.cs
in AMP/Properties
14 -
INavAware.cs
in AMP/ViewModels
14 -
IAsyncInitialization.cs
in AMP/Services
13 -
Files With Most Units (Top 13)
File# lines# units
ILoggingService.cs
in AMP/Services
120 15
SortedObservableCollection.cs
in AMP/Collections
157 9
FrameNavigationService.cs
in AMP/UX/Services
128 7
ItemClickCommand.cs
in AMP/Views/Commands
60 6
AsyncViewModel.cs
in AMP/ViewModels
29 5
NavAwarePage.cs
in AMP/Views
70 5
StateHelper.cs
in AMP/Views
44 4
ISettingsService.cs
in AMP/Services
33 3
VisualStateTrigger.cs
in AMP/Views/Triggers
44 3
IVisualState.cs
in AMP/ViewModels
24 2
AsyncUserControl.cs
in AMP/Views
26 2
BoolToVisibilityConverter.cs
in AMP/Views/Converters
22 2
InverseBoolToVisibilityConverter.cs
in AMP/Views/Converters
22 2
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 7 long lines.

File# lines# units# long lines
ILoggingService.cs
in AMP/Services
120 15 2
VisualStateTrigger.cs
in AMP/Views/Triggers
44 3 2
FrameNavigationService.cs
in AMP/UX/Services
128 7 1
ItemClickCommand.cs
in AMP/Views/Commands
60 6 1
NavAwarePage.cs
in AMP/Views
70 5 1