microsoft / axe-sarif-converter
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 24 files with 1,238 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (460 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (258 lines of code)
    • 20 very small files (520 lines of code)
0% | 0% | 37% | 20% | 42%
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
ts0% | 0% | 39% | 22% | 37%
yml0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 39% | 22% | 37%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 24)
File# lines# units
axe-raw-sarif-converter.ts
in src
243 20
sarif-converter.ts
in src
217 17
result-to-rule-converter.ts
in src
148 11
cli.ts
in src
110 3
wcag-link-data.ts
in src
98 79
sarif-result-message-formatter.ts
in src
60 2
wcag-taxonomy-provider.ts
in src
55 5
azure-pipelines.yml
in root
45 -
axe-raw-result.ts
in src
37 -
jest.config.js
in root
32 -
index.ts
in src
29 2
wcag-link-data-indexer.ts
in src
28 5
environment-data-provider.ts
in src
25 3
axe-tool-property-provider.ts
in src
23 1
converter-property-provider.ts
in src
21 1
artifact-property-provider.ts
in src
19 3
invocation-provider.ts
in src
13 1
prettier.config.js
in root
7 -
string-utils.ts
in src
7 2
array-utils.ts
in src
6 1
environment-data.ts
in src
6 -
converter-options.ts
in src
5 -
dictionary-types.ts
in src
3 -
test-resource-constants.ts
in src
1 -
Files With Most Units (Top 16)
File# lines# units
wcag-link-data.ts
in src
98 79
axe-raw-sarif-converter.ts
in src
243 20
sarif-converter.ts
in src
217 17
result-to-rule-converter.ts
in src
148 11
wcag-link-data-indexer.ts
in src
28 5
wcag-taxonomy-provider.ts
in src
55 5
artifact-property-provider.ts
in src
19 3
cli.ts
in src
110 3
environment-data-provider.ts
in src
25 3
index.ts
in src
29 2
sarif-result-message-formatter.ts
in src
60 2
string-utils.ts
in src
7 2
array-utils.ts
in src
6 1
axe-tool-property-provider.ts
in src
23 1
converter-property-provider.ts
in src
21 1
invocation-provider.ts
in src
13 1
Files With Long Lines (Top 3)

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

File# lines# units# long lines
wcag-link-data.ts
in src
98 79 4
cli.ts
in src
110 3 2
azure-pipelines.yml
in root
45 - 1