microsoft / libyara.NET
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 21 files with 1,025 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (224 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (243 lines of code)
    • 18 very small files (558 lines of code)
0% | 0% | 21% | 23% | 54%
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
vcxproj0% | 0% | 100% | 0% | 0%
h0% | 0% | 0% | 39% | 60%
filters0% | 0% | 0% | 0% | 100%
cs0% | 0% | 0% | 0% | 100%
cpp0% | 0% | 0% | 0% | 100%
targets0% | 0% | 0% | 0% | 100%
props0% | 0% | 0% | 0% | 100%
yara0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
libyara.NET0% | 0% | 23% | 25% | 50%
ROOT0% | 0% | 0% | 0% | 100%
TestApp0% | 0% | 0% | 0% | 100%
TestApp/Properties0% | 0% | 0% | 0% | 100%
Longest Files (Top 21)
File# lines# units
vcxproj
libyara.NET.vcxproj
in libyara.NET
224 -
Scanner.h
in libyara.NET
141 1
Compiler.h
in libyara.NET
102 3
QuickScan.h
in libyara.NET
71 -
filters
libyara.NET.vcxproj.filters
in libyara.NET
69 -
Match.h
in libyara.NET
42 -
Exceptions.h
in libyara.NET
40 1
YaraTypes.h
in libyara.NET
40 -
Rules.h
in libyara.NET
39 -
ScanResult.h
in libyara.NET
38 -
FileWrapper.h
in libyara.NET
33 1
Rule.h
in libyara.NET
30 -
Program.cs
in TestApp
28 1
GCHandleWrapper.h
in libyara.NET
27 -
targets
Microsoft.O365.Security.Native.Libyara.targets
in root
24 -
YaraContext.h
in libyara.NET
17 -
AssemblyInfo.cpp
in libyara.NET
16 -
AssemblyInfo.cs
in TestApp/Properties
15 -
props
Microsoft.O365.Security.Native.libyara.NET.props
in root
11 -
Main.cpp
in libyara.NET
11 -
yara
HelloWorldRules.yara
in TestApp
7 -
Files With Most Units (Top 5)
File# lines# units
Compiler.h
in libyara.NET
102 3
Program.cs
in TestApp
28 1
Exceptions.h
in libyara.NET
40 1
FileWrapper.h
in libyara.NET
33 1
Scanner.h
in libyara.NET
141 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 17 long lines.

File# lines# units# long lines
targets
Microsoft.O365.Security.Native.Libyara.targets
in root
24 - 9
vcxproj
libyara.NET.vcxproj
in libyara.NET
224 - 7
AssemblyInfo.cpp
in libyara.NET
16 - 1