relayjs / relay-examples
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 52 files with 3,025 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (309 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (707 lines of code)
    • 45 very small files (2,009 lines of code)
0% | 0% | 10% | 23% | 66%
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
css0% | 0% | 55% | 41% | 2%
js0% | 0% | 0% | 15% | 84%
graphql0% | 0% | 0% | 100% | 0%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
todo/public0% | 0% | 69% | 26% | 3%
issue-tracker/src0% | 0% | 0% | 31% | 68%
todo/data0% | 0% | 0% | 100% | 0%
todo/data/schema0% | 0% | 0% | 26% | 73%
todo/js/mutations0% | 0% | 0% | 0% | 100%
todo/js/components0% | 0% | 0% | 0% | 100%
issue-tracker/src/routing0% | 0% | 0% | 0% | 100%
todo/js0% | 0% | 0% | 0% | 100%
todo0% | 0% | 0% | 0% | 100%
todo/js/utilities0% | 0% | 0% | 0% | 100%
todo/js/entrypoints0% | 0% | 0% | 0% | 100%
todo/types0% | 0% | 0% | 0% | 100%
issue-tracker/public0% | 0% | 0% | 0% | 100%
todo/scripts0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
index.css
in todo/public
309 -
IssueActions.js
in issue-tracker/src
143 7
base.css
in todo/public
119 -
schema.graphql
in todo/data
119 -
index.css
in issue-tracker/src
112 -
nodes.js
in todo/data/schema
110 2
database.js
in todo/data
104 14
Todo.js
in todo/js/components
98 1
IssueDetailComments.js
in issue-tracker/src
97 1
TodoList.js
in todo/js/components
81 1
RouteRenderer.js
in issue-tracker/src/routing
75 1
72 3
MarkAllTodosMutation.js
in todo/js/mutations
69 3
ChangeTodoStatusMutation.js
in todo/js/mutations
68 3
createRouter.js
in issue-tracker/src/routing
67 7
AddTodoMutation.js
in todo/js/mutations
66 3
IssueDetailRoot.js
in issue-tracker/src
64 3
RemoveTodoMutation.js
in todo/js/mutations
63 3
TodoTextInput.js
in todo/js/components
63 -
routes.js
in issue-tracker/src
63 6
Issues.js
in issue-tracker/src
60 1
app.js
in todo/js
59 1
server.js
in todo
56 -
AddTodoMutation.js
in todo/data/schema/mutations
55 -
TodoListFooter.js
in todo/js/components
52 1
JSResource.js
in issue-tracker/src
50 5
ChangeTodoStatusMutation.js
in todo/data/schema/mutations
49 -
MarkAllTodosMutation.js
in todo/data/schema/mutations
48 -
useMutation.js
in issue-tracker/src
46 1
JSResource.js
in todo/js/utilities
45 2
RenameTodoMutation.js
in todo/js/mutations
43 3
RemoveCompletedTodosMutation.js
in todo/data/schema/mutations
42 -
RelayEnvironment.js
in issue-tracker/src
41 1
TodoApp.js
in todo/js/components
38 2
RenameTodoMutation.js
in todo/data/schema/mutations
36 -
RemoveTodoMutation.js
in todo/data/schema/mutations
36 -
index.js
in todo/data/schema
31 -
TodoApp.entrypoint.js
in todo/js/entrypoints
30 1
Root.js
in issue-tracker/src
30 2
Link.js
in issue-tracker/src/routing
27 -
ErrorBoundary.js
in issue-tracker/src
25 3
libDef.js
in todo/types
23 -
SuspenseImage.js
in issue-tracker/src
22 -
HomeRoot.js
in issue-tracker/src
19 2
index.html
in issue-tracker/public
17 -
index.js
in issue-tracker/src
17 -
index.html
in todo/public
15 -
IssuesListItem.js
in issue-tracker/src
15 -
UserQuery.js
in todo/data/schema/queries
14 -
RouteRenderer.css
in issue-tracker/src/routing
12 -
Files With Most Units (Top 28)
File# lines# units
database.js
in todo/data
104 14
createRouter.js
in issue-tracker/src/routing
67 7
IssueActions.js
in issue-tracker/src
143 7
routes.js
in issue-tracker/src
63 6
JSResource.js
in issue-tracker/src
50 5
ChangeTodoStatusMutation.js
in todo/js/mutations
68 3
MarkAllTodosMutation.js
in todo/js/mutations
69 3
AddTodoMutation.js
in todo/js/mutations
66 3
RenameTodoMutation.js
in todo/js/mutations
43 3
72 3
RemoveTodoMutation.js
in todo/js/mutations
63 3
ErrorBoundary.js
in issue-tracker/src
25 3
IssueDetailRoot.js
in issue-tracker/src
64 3
JSResource.js
in todo/js/utilities
45 2
TodoApp.js
in todo/js/components
38 2
nodes.js
in todo/data/schema
110 2
HomeRoot.js
in issue-tracker/src
19 2
Root.js
in issue-tracker/src
30 2
TodoList.js
in todo/js/components
81 1
Todo.js
in todo/js/components
98 1
TodoListFooter.js
in todo/js/components
52 1
TodoApp.entrypoint.js
in todo/js/entrypoints
30 1
app.js
in todo/js
59 1
Issues.js
in issue-tracker/src
60 1
useMutation.js
in issue-tracker/src
46 1
RouteRenderer.js
in issue-tracker/src/routing
75 1
IssueDetailComments.js
in issue-tracker/src
97 1
RelayEnvironment.js
in issue-tracker/src
41 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
index.css
in todo/public
309 - 2
72 3 1
Correlations

File Size vs. Commits (all time): 52 points

todo/data/database.js x: 6 commits (all time) y: 104 lines of code todo/data/schema/index.js x: 4 commits (all time) y: 31 lines of code todo/data/schema/mutations/AddTodoMutation.js x: 4 commits (all time) y: 55 lines of code todo/data/schema/mutations/ChangeTodoStatusMutation.js x: 4 commits (all time) y: 49 lines of code todo/data/schema/mutations/MarkAllTodosMutation.js x: 4 commits (all time) y: 48 lines of code todo/data/schema/mutations/RemoveCompletedTodosMutation.js x: 6 commits (all time) y: 42 lines of code todo/data/schema/mutations/RemoveTodoMutation.js x: 4 commits (all time) y: 36 lines of code todo/data/schema/nodes.js x: 7 commits (all time) y: 110 lines of code todo/data/schema/queries/UserQuery.js x: 2 commits (all time) y: 14 lines of code todo/js/app.js x: 18 commits (all time) y: 59 lines of code todo/js/components/Todo.js x: 13 commits (all time) y: 98 lines of code todo/js/components/TodoApp.js x: 13 commits (all time) y: 38 lines of code todo/js/components/TodoList.js x: 12 commits (all time) y: 81 lines of code todo/js/components/TodoListFooter.js x: 13 commits (all time) y: 52 lines of code todo/js/components/TodoTextInput.js x: 13 commits (all time) y: 63 lines of code todo/js/entrypoints/TodoApp.entrypoint.js x: 2 commits (all time) y: 30 lines of code todo/js/mutations/AddTodoMutation.js x: 12 commits (all time) y: 66 lines of code todo/js/mutations/ChangeTodoStatusMutation.js x: 8 commits (all time) y: 68 lines of code todo/js/mutations/MarkAllTodosMutation.js x: 11 commits (all time) y: 69 lines of code todo/js/mutations/RemoveCompletedTodosMutation.js x: 11 commits (all time) y: 72 lines of code todo/js/mutations/RemoveTodoMutation.js x: 10 commits (all time) y: 63 lines of code todo/js/mutations/RenameTodoMutation.js x: 8 commits (all time) y: 43 lines of code todo/scripts/updateSchema.js x: 6 commits (all time) y: 7 lines of code todo/server.js x: 15 commits (all time) y: 56 lines of code issue-tracker/src/useMutation.js x: 3 commits (all time) y: 46 lines of code todo/js/utilities/JSResource.js x: 1 commits (all time) y: 45 lines of code todo/data/schema.graphql x: 7 commits (all time) y: 119 lines of code todo/types/libDef.js x: 2 commits (all time) y: 23 lines of code issue-tracker/src/Issues.js x: 9 commits (all time) y: 60 lines of code issue-tracker/src/routes.js x: 9 commits (all time) y: 63 lines of code issue-tracker/src/IssueActions.js x: 3 commits (all time) y: 143 lines of code issue-tracker/src/IssueDetailComments.js x: 4 commits (all time) y: 97 lines of code issue-tracker/src/routing/Link.js x: 6 commits (all time) y: 27 lines of code issue-tracker/src/routing/createRouter.js x: 7 commits (all time) y: 67 lines of code issue-tracker/src/SuspenseImage.js x: 3 commits (all time) y: 22 lines of code issue-tracker/src/IssueDetailRoot.js x: 10 commits (all time) y: 64 lines of code issue-tracker/src/index.css x: 7 commits (all time) y: 112 lines of code issue-tracker/src/HomeRoot.js x: 7 commits (all time) y: 19 lines of code issue-tracker/src/RelayEnvironment.js x: 6 commits (all time) y: 41 lines of code issue-tracker/src/Root.js x: 1 commits (all time) y: 30 lines of code issue-tracker/src/routing/RouteRenderer.js x: 6 commits (all time) y: 75 lines of code issue-tracker/src/JSResource.js x: 7 commits (all time) y: 50 lines of code issue-tracker/src/ErrorBoundary.js x: 5 commits (all time) y: 25 lines of code issue-tracker/src/IssuesListItem.js x: 4 commits (all time) y: 15 lines of code issue-tracker/src/index.js x: 7 commits (all time) y: 17 lines of code issue-tracker/src/routing/RouteRenderer.css x: 5 commits (all time) y: 12 lines of code issue-tracker/src/routing/RoutingContext.js x: 4 commits (all time) y: 3 lines of code issue-tracker/public/index.html x: 3 commits (all time) y: 17 lines of code todo/public/index.css x: 5 commits (all time) y: 309 lines of code todo/public/base.css x: 4 commits (all time) y: 119 lines of code
309.0
lines of code
  min: 3.0
  average: 58.17
  25th percentile: 27.75
  median: 49.5
  75th percentile: 68.75
  max: 309.0
0 18.0
commits (all time)
min: 1.0 | average: 6.71 | 25th percentile: 4.0 | median: 6.0 | 75th percentile: 9.0 | max: 18.0

File Size vs. Contributors (all time): 52 points

todo/data/database.js x: 5 contributors (all time) y: 104 lines of code todo/data/schema/index.js x: 3 contributors (all time) y: 31 lines of code todo/data/schema/mutations/AddTodoMutation.js x: 3 contributors (all time) y: 55 lines of code todo/data/schema/mutations/ChangeTodoStatusMutation.js x: 3 contributors (all time) y: 49 lines of code todo/data/schema/mutations/MarkAllTodosMutation.js x: 3 contributors (all time) y: 48 lines of code todo/data/schema/mutations/RemoveCompletedTodosMutation.js x: 3 contributors (all time) y: 42 lines of code todo/data/schema/mutations/RemoveTodoMutation.js x: 3 contributors (all time) y: 36 lines of code todo/data/schema/nodes.js x: 4 contributors (all time) y: 110 lines of code todo/data/schema/queries/UserQuery.js x: 2 contributors (all time) y: 14 lines of code todo/js/app.js x: 8 contributors (all time) y: 59 lines of code todo/js/components/Todo.js x: 5 contributors (all time) y: 98 lines of code todo/js/components/TodoApp.js x: 5 contributors (all time) y: 38 lines of code todo/js/components/TodoList.js x: 5 contributors (all time) y: 81 lines of code todo/js/components/TodoListFooter.js x: 6 contributors (all time) y: 52 lines of code todo/js/components/TodoTextInput.js x: 5 contributors (all time) y: 63 lines of code todo/js/entrypoints/TodoApp.entrypoint.js x: 1 contributors (all time) y: 30 lines of code todo/js/mutations/AddTodoMutation.js x: 5 contributors (all time) y: 66 lines of code todo/js/mutations/ChangeTodoStatusMutation.js x: 4 contributors (all time) y: 68 lines of code todo/js/mutations/MarkAllTodosMutation.js x: 7 contributors (all time) y: 69 lines of code todo/js/mutations/RemoveCompletedTodosMutation.js x: 6 contributors (all time) y: 72 lines of code todo/js/mutations/RenameTodoMutation.js x: 4 contributors (all time) y: 43 lines of code todo/scripts/updateSchema.js x: 4 contributors (all time) y: 7 lines of code todo/server.js x: 5 contributors (all time) y: 56 lines of code issue-tracker/src/useMutation.js x: 3 contributors (all time) y: 46 lines of code todo/js/utilities/JSResource.js x: 1 contributors (all time) y: 45 lines of code todo/data/schema.graphql x: 3 contributors (all time) y: 119 lines of code todo/types/libDef.js x: 1 contributors (all time) y: 23 lines of code issue-tracker/src/Issues.js x: 3 contributors (all time) y: 60 lines of code issue-tracker/src/routes.js x: 4 contributors (all time) y: 63 lines of code issue-tracker/src/IssueActions.js x: 1 contributors (all time) y: 143 lines of code issue-tracker/src/IssueDetailComments.js x: 2 contributors (all time) y: 97 lines of code issue-tracker/src/routing/Link.js x: 2 contributors (all time) y: 27 lines of code issue-tracker/src/routing/createRouter.js x: 2 contributors (all time) y: 67 lines of code issue-tracker/src/IssueDetailRoot.js x: 2 contributors (all time) y: 64 lines of code issue-tracker/src/index.css x: 2 contributors (all time) y: 112 lines of code issue-tracker/src/HomeRoot.js x: 2 contributors (all time) y: 19 lines of code issue-tracker/src/RelayEnvironment.js x: 2 contributors (all time) y: 41 lines of code issue-tracker/src/routing/RouteRenderer.js x: 2 contributors (all time) y: 75 lines of code issue-tracker/src/JSResource.js x: 2 contributors (all time) y: 50 lines of code issue-tracker/src/ErrorBoundary.js x: 2 contributors (all time) y: 25 lines of code issue-tracker/src/IssuesListItem.js x: 2 contributors (all time) y: 15 lines of code issue-tracker/src/index.js x: 2 contributors (all time) y: 17 lines of code issue-tracker/src/routing/RouteRenderer.css x: 2 contributors (all time) y: 12 lines of code issue-tracker/src/routing/RoutingContext.js x: 2 contributors (all time) y: 3 lines of code todo/public/index.css x: 3 contributors (all time) y: 309 lines of code todo/public/index.html x: 3 contributors (all time) y: 15 lines of code todo/public/base.css x: 2 contributors (all time) y: 119 lines of code
309.0
lines of code
  min: 3.0
  average: 58.17
  25th percentile: 27.75
  median: 49.5
  75th percentile: 68.75
  max: 309.0
0 8.0
contributors (all time)
min: 1.0 | average: 3.13 | 25th percentile: 2.0 | median: 3.0 | 75th percentile: 4.0 | max: 8.0

File Size vs. Commits (30 days): 28 points

todo/data/database.js x: 1 commits (30d) y: 104 lines of code todo/data/schema/index.js x: 1 commits (30d) y: 31 lines of code todo/data/schema/mutations/AddTodoMutation.js x: 1 commits (30d) y: 55 lines of code todo/data/schema/mutations/ChangeTodoStatusMutation.js x: 1 commits (30d) y: 49 lines of code todo/data/schema/mutations/MarkAllTodosMutation.js x: 1 commits (30d) y: 48 lines of code todo/data/schema/mutations/RemoveCompletedTodosMutation.js x: 3 commits (30d) y: 42 lines of code todo/data/schema/mutations/RemoveTodoMutation.js x: 1 commits (30d) y: 36 lines of code todo/data/schema/nodes.js x: 1 commits (30d) y: 110 lines of code todo/data/schema/queries/UserQuery.js x: 1 commits (30d) y: 14 lines of code todo/js/app.js x: 5 commits (30d) y: 59 lines of code todo/js/components/Todo.js x: 3 commits (30d) y: 98 lines of code todo/js/components/TodoApp.js x: 4 commits (30d) y: 38 lines of code todo/js/components/TodoList.js x: 3 commits (30d) y: 81 lines of code todo/js/components/TodoListFooter.js x: 3 commits (30d) y: 52 lines of code todo/js/components/TodoTextInput.js x: 3 commits (30d) y: 63 lines of code todo/js/entrypoints/TodoApp.entrypoint.js x: 2 commits (30d) y: 30 lines of code todo/js/mutations/AddTodoMutation.js x: 3 commits (30d) y: 66 lines of code todo/js/mutations/ChangeTodoStatusMutation.js x: 3 commits (30d) y: 68 lines of code todo/js/mutations/MarkAllTodosMutation.js x: 3 commits (30d) y: 69 lines of code todo/js/mutations/RemoveCompletedTodosMutation.js x: 3 commits (30d) y: 72 lines of code todo/js/mutations/RenameTodoMutation.js x: 3 commits (30d) y: 43 lines of code todo/scripts/updateSchema.js x: 1 commits (30d) y: 7 lines of code todo/server.js x: 4 commits (30d) y: 56 lines of code issue-tracker/src/useMutation.js x: 1 commits (30d) y: 46 lines of code todo/js/utilities/JSResource.js x: 1 commits (30d) y: 45 lines of code todo/data/schema.graphql x: 2 commits (30d) y: 119 lines of code
119.0
lines of code
  min: 7.0
  average: 57.14
  25th percentile: 39.0
  median: 53.5
  75th percentile: 68.75
  max: 119.0
0 5.0
commits (30d)
min: 1.0 | average: 2.21 | 25th percentile: 1.0 | median: 2.5 | 75th percentile: 3.0 | max: 5.0

File Size vs. Contributors (30 days): 28 points

todo/data/database.js x: 1 contributors (30d) y: 104 lines of code todo/data/schema/index.js x: 1 contributors (30d) y: 31 lines of code todo/data/schema/mutations/AddTodoMutation.js x: 1 contributors (30d) y: 55 lines of code todo/data/schema/mutations/ChangeTodoStatusMutation.js x: 1 contributors (30d) y: 49 lines of code todo/data/schema/mutations/MarkAllTodosMutation.js x: 1 contributors (30d) y: 48 lines of code todo/data/schema/mutations/RemoveCompletedTodosMutation.js x: 1 contributors (30d) y: 42 lines of code todo/data/schema/mutations/RemoveTodoMutation.js x: 1 contributors (30d) y: 36 lines of code todo/data/schema/nodes.js x: 1 contributors (30d) y: 110 lines of code todo/data/schema/queries/UserQuery.js x: 1 contributors (30d) y: 14 lines of code todo/js/app.js x: 1 contributors (30d) y: 59 lines of code todo/js/components/Todo.js x: 1 contributors (30d) y: 98 lines of code todo/js/components/TodoApp.js x: 1 contributors (30d) y: 38 lines of code todo/js/components/TodoList.js x: 1 contributors (30d) y: 81 lines of code todo/js/components/TodoListFooter.js x: 1 contributors (30d) y: 52 lines of code todo/js/components/TodoTextInput.js x: 1 contributors (30d) y: 63 lines of code todo/js/entrypoints/TodoApp.entrypoint.js x: 1 contributors (30d) y: 30 lines of code todo/js/mutations/AddTodoMutation.js x: 1 contributors (30d) y: 66 lines of code todo/js/mutations/ChangeTodoStatusMutation.js x: 1 contributors (30d) y: 68 lines of code todo/js/mutations/MarkAllTodosMutation.js x: 1 contributors (30d) y: 69 lines of code todo/js/mutations/RemoveCompletedTodosMutation.js x: 1 contributors (30d) y: 72 lines of code todo/js/mutations/RenameTodoMutation.js x: 1 contributors (30d) y: 43 lines of code todo/scripts/updateSchema.js x: 1 contributors (30d) y: 7 lines of code todo/server.js x: 1 contributors (30d) y: 56 lines of code issue-tracker/src/useMutation.js x: 1 contributors (30d) y: 46 lines of code todo/js/utilities/JSResource.js x: 1 contributors (30d) y: 45 lines of code todo/data/schema.graphql x: 1 contributors (30d) y: 119 lines of code
119.0
lines of code
  min: 7.0
  average: 57.14
  25th percentile: 39.0
  median: 53.5
  75th percentile: 68.75
  max: 119.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 28 points

todo/data/database.js x: 1 commits (90d) y: 104 lines of code todo/data/schema/index.js x: 1 commits (90d) y: 31 lines of code todo/data/schema/mutations/AddTodoMutation.js x: 1 commits (90d) y: 55 lines of code todo/data/schema/mutations/ChangeTodoStatusMutation.js x: 1 commits (90d) y: 49 lines of code todo/data/schema/mutations/MarkAllTodosMutation.js x: 1 commits (90d) y: 48 lines of code todo/data/schema/mutations/RemoveCompletedTodosMutation.js x: 3 commits (90d) y: 42 lines of code todo/data/schema/mutations/RemoveTodoMutation.js x: 1 commits (90d) y: 36 lines of code todo/data/schema/nodes.js x: 1 commits (90d) y: 110 lines of code todo/data/schema/queries/UserQuery.js x: 1 commits (90d) y: 14 lines of code todo/js/app.js x: 5 commits (90d) y: 59 lines of code todo/js/components/Todo.js x: 3 commits (90d) y: 98 lines of code todo/js/components/TodoApp.js x: 4 commits (90d) y: 38 lines of code todo/js/components/TodoList.js x: 3 commits (90d) y: 81 lines of code todo/js/components/TodoListFooter.js x: 3 commits (90d) y: 52 lines of code todo/js/components/TodoTextInput.js x: 3 commits (90d) y: 63 lines of code todo/js/entrypoints/TodoApp.entrypoint.js x: 2 commits (90d) y: 30 lines of code todo/js/mutations/AddTodoMutation.js x: 3 commits (90d) y: 66 lines of code todo/js/mutations/ChangeTodoStatusMutation.js x: 3 commits (90d) y: 68 lines of code todo/js/mutations/MarkAllTodosMutation.js x: 3 commits (90d) y: 69 lines of code todo/js/mutations/RemoveCompletedTodosMutation.js x: 3 commits (90d) y: 72 lines of code todo/js/mutations/RenameTodoMutation.js x: 3 commits (90d) y: 43 lines of code todo/scripts/updateSchema.js x: 1 commits (90d) y: 7 lines of code todo/server.js x: 4 commits (90d) y: 56 lines of code issue-tracker/src/useMutation.js x: 1 commits (90d) y: 46 lines of code todo/js/utilities/JSResource.js x: 1 commits (90d) y: 45 lines of code todo/data/schema.graphql x: 2 commits (90d) y: 119 lines of code
119.0
lines of code
  min: 7.0
  average: 57.14
  25th percentile: 39.0
  median: 53.5
  75th percentile: 68.75
  max: 119.0
0 5.0
commits (90d)
min: 1.0 | average: 2.21 | 25th percentile: 1.0 | median: 2.5 | 75th percentile: 3.0 | max: 5.0

File Size vs. Contributors (90 days): 28 points

todo/data/database.js x: 1 contributors (90d) y: 104 lines of code todo/data/schema/index.js x: 1 contributors (90d) y: 31 lines of code todo/data/schema/mutations/AddTodoMutation.js x: 1 contributors (90d) y: 55 lines of code todo/data/schema/mutations/ChangeTodoStatusMutation.js x: 1 contributors (90d) y: 49 lines of code todo/data/schema/mutations/MarkAllTodosMutation.js x: 1 contributors (90d) y: 48 lines of code todo/data/schema/mutations/RemoveCompletedTodosMutation.js x: 1 contributors (90d) y: 42 lines of code todo/data/schema/mutations/RemoveTodoMutation.js x: 1 contributors (90d) y: 36 lines of code todo/data/schema/nodes.js x: 1 contributors (90d) y: 110 lines of code todo/data/schema/queries/UserQuery.js x: 1 contributors (90d) y: 14 lines of code todo/js/app.js x: 1 contributors (90d) y: 59 lines of code todo/js/components/Todo.js x: 1 contributors (90d) y: 98 lines of code todo/js/components/TodoApp.js x: 1 contributors (90d) y: 38 lines of code todo/js/components/TodoList.js x: 1 contributors (90d) y: 81 lines of code todo/js/components/TodoListFooter.js x: 1 contributors (90d) y: 52 lines of code todo/js/components/TodoTextInput.js x: 1 contributors (90d) y: 63 lines of code todo/js/entrypoints/TodoApp.entrypoint.js x: 1 contributors (90d) y: 30 lines of code todo/js/mutations/AddTodoMutation.js x: 1 contributors (90d) y: 66 lines of code todo/js/mutations/ChangeTodoStatusMutation.js x: 1 contributors (90d) y: 68 lines of code todo/js/mutations/MarkAllTodosMutation.js x: 1 contributors (90d) y: 69 lines of code todo/js/mutations/RemoveCompletedTodosMutation.js x: 1 contributors (90d) y: 72 lines of code todo/js/mutations/RenameTodoMutation.js x: 1 contributors (90d) y: 43 lines of code todo/scripts/updateSchema.js x: 1 contributors (90d) y: 7 lines of code todo/server.js x: 1 contributors (90d) y: 56 lines of code issue-tracker/src/useMutation.js x: 1 contributors (90d) y: 46 lines of code todo/js/utilities/JSResource.js x: 1 contributors (90d) y: 45 lines of code todo/data/schema.graphql x: 1 contributors (90d) y: 119 lines of code
119.0
lines of code
  min: 7.0
  average: 57.14
  25th percentile: 39.0
  median: 53.5
  75th percentile: 68.75
  max: 119.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0