apache / cassandra-harry
File Size

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

Intro
Learn more...
File Size Overall
8% | 4% | 36% | 23% | 27%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java8% | 4% | 37% | 23% | 25%
yaml0% | 0% | 0% | 0% | 100%
xml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
harry-core8% | 5% | 37% | 24% | 24%
harry-integration-external0% | 0% | 0% | 0% | 100%
conf0% | 0% | 0% | 0% | 100%
harry-integration0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
Configuration.java
in harry-core/src/harry/core
1073 92
OpSelectors.java
in harry-core/src/harry/model
650 60
HistoryBuilder.java
in harry-core/src/harry/dsl
498 68
SchemaGenerators.java
in harry-core/src/harry/ddl
421 31
DataGenerators.java
in harry-core/src/harry/generators
377 25
SchemaSpec.java
in harry-core/src/harry/ddl
369 28
Query.java
in harry-core/src/harry/operations
361 22
Runner.java
in harry-core/src/harry/runner
358 26
ColumnSpec.java
in harry-core/src/harry/ddl
339 35
Bijections.java
in harry-core/src/harry/generators
330 64
Reconciler.java
in harry-core/src/harry/reconciler
249 7
SelectHelper.java
in harry-core/src/harry/model
246 13
InJvmSutBase.java
in harry-core/src/harry/model/sut/injvm
228 12
Relation.java
in harry-core/src/harry/operations
226 42
WaitQueue.java
in harry-core/src/harry/concurrent
225 23
Awaitable.java
in harry-core/src/harry/concurrent
218 26
QuiescentChecker.java
in harry-core/src/harry/model
217 10
PartitionState.java
in harry-core/src/harry/reconciler
201 16
ApproximateMonotonicClock.java
in harry-core/src/harry/model/clock
200 12
LockingDataTracker.java
in harry-core/src/harry/runner
193 21
Collections.java
in harry-core/src/harry/generators
189 18
BitSet.java
in harry-core/src/harry/util
181 25
TokenPlacementModel.java
in harry-core/src/harry/model/sut
163 17
MutatingVisitor.java
in harry-core/src/harry/visitors
157 14
DeleteHelper.java
in harry-core/src/harry/operations
153 9
DefaultDataTracker.java
in harry-core/src/harry/runner
148 16
TrivialShrinker.java
in harry-core/src/harry/runner
144 3
NamedThreadFactory.java
in harry-core/src/harry/concurrent
143 20
QueryGenerator.java
in harry-core/src/harry/operations
131 11
InfiniteLoopExecutor.java
in harry-core/src/harry/concurrent
130 12
RngUtils.java
in harry-core/src/harry/generators
130 14
WriteHelper.java
in harry-core/src/harry/operations
127 5
ByteUtils.java
in harry-core/src/harry/util
126 13
InJVMTokenAwareVisitExecutor.java
in harry-core/src/harry/model/sut/injvm
126 6
Surjections.java
in harry-core/src/harry/generators
125 11
StringBijection.java
in harry-core/src/harry/generators
125 10
AllPartitionsValidator.java
in harry-core/src/harry/visitors
112 4
ParallelRecentValidator.java
in harry-core/src/harry/visitors
111 8
Ranges.java
in harry-core/src/harry/util
111 12
MutatingRowVisitor.java
in harry-core/src/harry/visitors
101 12
PCGFastPure.java
in harry-core/src/harry/generators
97 11
Distribution.java
in harry-core/src/harry/generators/distribution
96 10
TokenUtil.java
in harry-core/src/harry/util
92 6
Generator.java
in harry-core/src/harry/generators
89 11
ReplayingVisitor.java
in harry-core/src/harry/visitors
88 9
86 -
QueryResponseCorruptor.java
in harry-core/src/harry/corruptor
77 3
TestRunner.java
in harry-core/src/harry/util
76 5
UpToLtsRunner.java
in harry-core/src/harry/runner
76 5
QuiescentLocalStateCheckerBase.java
in harry-core/src/harry/model
76 5
Files With Most Units (Top 50)
File# lines# units
Configuration.java
in harry-core/src/harry/core
1073 92
HistoryBuilder.java
in harry-core/src/harry/dsl
498 68
Bijections.java
in harry-core/src/harry/generators
330 64
OpSelectors.java
in harry-core/src/harry/model
650 60
Relation.java
in harry-core/src/harry/operations
226 42
ColumnSpec.java
in harry-core/src/harry/ddl
339 35
SchemaGenerators.java
in harry-core/src/harry/ddl
421 31
SchemaSpec.java
in harry-core/src/harry/ddl
369 28
Runner.java
in harry-core/src/harry/runner
358 26
Awaitable.java
in harry-core/src/harry/concurrent
218 26
BitSet.java
in harry-core/src/harry/util
181 25
DataGenerators.java
in harry-core/src/harry/generators
377 25
WaitQueue.java
in harry-core/src/harry/concurrent
225 23
Query.java
in harry-core/src/harry/operations
361 22
LockingDataTracker.java
in harry-core/src/harry/runner
193 21
NamedThreadFactory.java
in harry-core/src/harry/concurrent
143 20
Collections.java
in harry-core/src/harry/generators
189 18
TokenPlacementModel.java
in harry-core/src/harry/model/sut
163 17
DefaultDataTracker.java
in harry-core/src/harry/runner
148 16
PartitionState.java
in harry-core/src/harry/reconciler
201 16
MutatingVisitor.java
in harry-core/src/harry/visitors
157 14
RngUtils.java
in harry-core/src/harry/generators
130 14
ByteUtils.java
in harry-core/src/harry/util
126 13
SelectHelper.java
in harry-core/src/harry/model
246 13
MutatingRowVisitor.java
in harry-core/src/harry/visitors
101 12
Ranges.java
in harry-core/src/harry/util
111 12
InfiniteLoopExecutor.java
in harry-core/src/harry/concurrent
130 12
InJvmSutBase.java
in harry-core/src/harry/model/sut/injvm
228 12
ApproximateMonotonicClock.java
in harry-core/src/harry/model/clock
200 12
QueryGenerator.java
in harry-core/src/harry/operations
131 11
PCGFastPure.java
in harry-core/src/harry/generators
97 11
Surjections.java
in harry-core/src/harry/generators
125 11
Generator.java
in harry-core/src/harry/generators
89 11
QuiescentChecker.java
in harry-core/src/harry/model
217 10
AlwaysSamePartitionSelector.java
in harry-core/src/harry/model
57 10
Distribution.java
in harry-core/src/harry/generators/distribution
96 10
StringBijection.java
in harry-core/src/harry/generators
125 10
ReplayingVisitor.java
in harry-core/src/harry/visitors
88 9
DeleteHelper.java
in harry-core/src/harry/operations
153 9
CountDownLatch.java
in harry-core/src/harry/concurrent
58 9
ExecutorFactory.java
in harry-core/src/harry/concurrent
71 9
LtsVisitor.java
in harry-core/src/harry/visitors
55 8
ParallelRecentValidator.java
in harry-core/src/harry/visitors
111 8
MetricReporter.java
in harry-core/src/harry/core
27 8
DescriptorSelectorBuilder.java
in harry-core/src/harry/model
69 8
PcgRSUFast.java
in harry-core/src/harry/generators
48 8
DataTracker.java
in harry-core/src/harry/runner
33 7
Condition.java
in harry-core/src/harry/concurrent
39 7
SystemUnderTest.java
in harry-core/src/harry/model/sut
66 7
OffsetClock.java
in harry-core/src/harry/model/clock
58 7
Files With Long Lines (Top 50)

There are 53 files with lines longer than 120 characters. In total, there are 263 long lines.

File# lines# units# long lines
SchemaGenerators.java
in harry-core/src/harry/ddl
421 31 36
Configuration.java
in harry-core/src/harry/core
1073 92 35
OpSelectors.java
in harry-core/src/harry/model
650 60 23
AllPartitionsValidator.java
in harry-core/src/harry/visitors
112 4 11
InJVMTokenAwareVisitExecutor.java
in harry-core/src/harry/model/sut/injvm
126 6 10
QuiescentChecker.java
in harry-core/src/harry/model
217 10 9
Reconciler.java
in harry-core/src/harry/reconciler
249 7 9
Awaitable.java
in harry-core/src/harry/concurrent
218 26 8
MutatingVisitor.java
in harry-core/src/harry/visitors
157 14 7
SelectHelper.java
in harry-core/src/harry/model
246 13 7
PartitionState.java
in harry-core/src/harry/reconciler
201 16 7
SchemaHelper.java
in harry-integration-external/src/harry/schema
60 2 7
Query.java
in harry-core/src/harry/operations
361 22 6
Generator.java
in harry-core/src/harry/generators
89 11 6
NamedThreadFactory.java
in harry-core/src/harry/concurrent
143 20 5
ExecutorFactory.java
in harry-core/src/harry/concurrent
71 9 5
Runner.java
in harry-core/src/harry/runner
358 26 4
TrivialShrinker.java
in harry-core/src/harry/runner
144 3 4
WriteHelper.java
in harry-core/src/harry/operations
127 5 4
InJvmSutBase.java
in harry-core/src/harry/model/sut/injvm
228 12 4
DescriptorSelectorBuilder.java
in harry-core/src/harry/model
69 8 4
MixedInJvmSutConfiguration.java
in harry-integration/src/harry/model/sut/injvm
58 2 3
FaultInjectingVisitor.java
in harry-core/src/harry/visitors
62 5 3
DefaultDataTracker.java
in harry-core/src/harry/runner
148 16 3
InJvmSutConfiguration.java
in harry-integration/src/harry/model/sut/injvm
40 2 2
ParallelRecentValidator.java
in harry-core/src/harry/visitors
111 8 2
Sampler.java
in harry-core/src/harry/visitors
68 4 2
QueryResponseCorruptor.java
in harry-core/src/harry/corruptor
77 3 2
LockingDataTracker.java
in harry-core/src/harry/runner
193 21 2
DeleteHelper.java
in harry-core/src/harry/operations
153 9 2
Relation.java
in harry-core/src/harry/operations
226 42 2
InfiniteLoopExecutor.java
in harry-core/src/harry/concurrent
130 12 2
MixedVersionInJvmSut.java
in harry-core/src/harry/model/sut/injvm
46 2 2
QuiescentLocalStateChecker.java
in harry-core/src/harry/model/sut/injvm
50 4 2
SystemUnderTest.java
in harry-core/src/harry/model/sut
66 7 2
RepairingLocalStateValidator.java
in harry-core/src/harry/model
58 5 2
StringBijection.java
in harry-core/src/harry/generators
125 10 2
DataGenerators.java
in harry-core/src/harry/generators
377 25 2
LoggingVisitor.java
in harry-core/src/harry/visitors
59 5 1
CorruptingVisitor.java
in harry-core/src/harry/visitors
61 2 1
MutatingRowVisitor.java
in harry-core/src/harry/visitors
101 12 1
SingleValidator.java
in harry-core/src/harry/visitors
41 3 1
AddExtraRowCorruptor.java
in harry-core/src/harry/corruptor
57 2 1
RowCorruptor.java
in harry-core/src/harry/corruptor
30 1 1
BitSet.java
in harry-core/src/harry/util
181 25 1
Ranges.java
in harry-core/src/harry/util
111 12 1
UpToLtsRunner.java
in harry-core/src/harry/runner
76 5 1
CountDownLatch.java
in harry-core/src/harry/concurrent
58 9 1
WaitQueue.java
in harry-core/src/harry/concurrent
225 23 1
TokenPlacementModel.java
in harry-core/src/harry/model/sut
163 17 1
Correlations

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

harry-integration-external/src/harry/schema/ParsingSchemaProvider.java x: 1 commits (all time) y: 44 lines of code harry-integration-external/src/harry/schema/SchemaHelper.java x: 1 commits (all time) y: 60 lines of code harry-core/src/harry/core/Configuration.java x: 16 commits (all time) y: 1073 lines of code harry-core/src/harry/model/OpSelectors.java x: 11 commits (all time) y: 650 lines of code harry-core/src/harry/visitors/CorruptingVisitor.java x: 5 commits (all time) y: 61 lines of code harry-core/src/harry/visitors/ParallelRecentValidator.java x: 4 commits (all time) y: 111 lines of code harry-core/src/harry/visitors/Sampler.java x: 5 commits (all time) y: 68 lines of code conf/default.yaml x: 4 commits (all time) y: 65 lines of code conf/external.yaml x: 8 commits (all time) y: 86 lines of code harry-core/src/harry/model/RepairingLocalStateValidator.java x: 2 commits (all time) y: 58 lines of code harry-core/src/harry/runner/Runner.java x: 10 commits (all time) y: 358 lines of code harry-core/src/harry/visitors/AllPartitionsValidator.java x: 5 commits (all time) y: 112 lines of code harry-core/src/harry/visitors/ParallelValidator.java x: 4 commits (all time) y: 70 lines of code harry-core/src/harry/visitors/QueryLogger.java x: 1 commits (all time) y: 67 lines of code harry-core/src/harry/visitors/RandomPartitionValidator.java x: 2 commits (all time) y: 35 lines of code harry-core/src/harry/visitors/RandomValidator.java x: 2 commits (all time) y: 64 lines of code harry-core/src/harry/visitors/RecentValidator.java x: 5 commits (all time) y: 64 lines of code harry-core/src/harry/corruptor/ChangeValueCorruptor.java x: 3 commits (all time) y: 50 lines of code harry-core/src/harry/corruptor/QueryResponseCorruptor.java x: 5 commits (all time) y: 77 lines of code harry-core/src/harry/data/ResultSetRow.java x: 4 commits (all time) y: 58 lines of code harry-core/src/harry/ddl/SchemaSpec.java x: 7 commits (all time) y: 369 lines of code harry-core/src/harry/generators/DataGenerators.java x: 5 commits (all time) y: 377 lines of code harry-core/src/harry/model/QuiescentChecker.java x: 9 commits (all time) y: 217 lines of code harry-core/src/harry/model/SelectHelper.java x: 7 commits (all time) y: 246 lines of code harry-core/src/harry/operations/Query.java x: 2 commits (all time) y: 361 lines of code harry-core/src/harry/operations/QueryGenerator.java x: 2 commits (all time) y: 131 lines of code harry-core/src/harry/reconciler/PartitionState.java x: 1 commits (all time) y: 201 lines of code harry-core/src/harry/reconciler/Reconciler.java x: 10 commits (all time) y: 249 lines of code harry-core/src/harry/generators/RngUtils.java x: 5 commits (all time) y: 130 lines of code harry-core/src/harry/core/Run.java x: 5 commits (all time) y: 51 lines of code harry-core/src/harry/corruptor/AddExtraRowCorruptor.java x: 7 commits (all time) y: 57 lines of code harry-core/src/harry/ddl/SchemaGenerators.java x: 7 commits (all time) y: 421 lines of code harry-core/src/harry/dsl/HistoryBuilder.java x: 3 commits (all time) y: 498 lines of code harry-core/src/harry/model/QueryingNoOpValidator.java x: 1 commits (all time) y: 36 lines of code harry-core/src/harry/model/QuiescentLocalStateCheckerBase.java x: 1 commits (all time) y: 76 lines of code harry-core/src/harry/model/clock/OffsetClock.java x: 5 commits (all time) y: 58 lines of code harry-core/src/harry/model/sut/TokenPlacementModel.java x: 1 commits (all time) y: 163 lines of code harry-core/src/harry/model/sut/injvm/InJVMTokenAwareVisitExecutor.java x: 1 commits (all time) y: 126 lines of code harry-core/src/harry/model/sut/injvm/InJvmSut.java x: 1 commits (all time) y: 14 lines of code harry-core/src/harry/model/sut/injvm/InJvmSutBase.java x: 1 commits (all time) y: 228 lines of code harry-core/src/harry/model/sut/injvm/QuiescentLocalStateChecker.java x: 1 commits (all time) y: 50 lines of code harry-core/src/harry/runner/DataTracker.java x: 5 commits (all time) y: 33 lines of code harry-core/src/harry/runner/DefaultDataTracker.java x: 5 commits (all time) y: 148 lines of code harry-core/src/harry/runner/HarryRunner.java x: 6 commits (all time) y: 73 lines of code harry-core/src/harry/runner/LockingDataTracker.java x: 1 commits (all time) y: 193 lines of code harry-core/src/harry/runner/StagedRunner.java x: 2 commits (all time) y: 61 lines of code harry-core/src/harry/runner/TrivialShrinker.java x: 1 commits (all time) y: 144 lines of code harry-core/src/harry/runner/UpToLtsRunner.java x: 2 commits (all time) y: 76 lines of code harry-core/src/harry/util/ByteUtils.java x: 2 commits (all time) y: 126 lines of code harry-core/src/harry/visitors/MutatingVisitor.java x: 4 commits (all time) y: 157 lines of code harry-core/src/harry/visitors/SkippingVisitor.java x: 1 commits (all time) y: 31 lines of code harry-integration-external/dependency-reduced-pom.xml x: 2 commits (all time) y: 54 lines of code harry-integration-external/src/com/datastax/driver/core/UtilsAccessor.java x: 1 commits (all time) y: 9 lines of code harry-integration/src/harry/model/sut/injvm/InJvmSutConfiguration.java x: 1 commits (all time) y: 40 lines of code harry-integration/src/harry/model/sut/injvm/MixedInJvmSutConfiguration.java x: 1 commits (all time) y: 58 lines of code harry-core/src/harry/util/TokenUtil.java x: 1 commits (all time) y: 92 lines of code harry-core/src/harry/concurrent/Awaitable.java x: 1 commits (all time) y: 218 lines of code harry-core/src/harry/concurrent/ExecutorFactory.java x: 1 commits (all time) y: 71 lines of code harry-core/src/harry/concurrent/InfiniteLoopExecutor.java x: 1 commits (all time) y: 130 lines of code harry-core/src/harry/concurrent/Interruptible.java x: 1 commits (all time) y: 19 lines of code harry-core/src/harry/concurrent/NamedThreadFactory.java x: 1 commits (all time) y: 143 lines of code harry-core/src/harry/ddl/ColumnSpec.java x: 6 commits (all time) y: 339 lines of code harry-core/src/harry/generators/Bijections.java x: 4 commits (all time) y: 330 lines of code harry-core/src/harry/generators/PCGFastPure.java x: 4 commits (all time) y: 97 lines of code harry-core/src/harry/corruptor/HideRowCorruptor.java x: 2 commits (all time) y: 25 lines of code harry-core/src/harry/corruptor/HideValueCorruptor.java x: 3 commits (all time) y: 71 lines of code harry-core/src/harry/corruptor/ShowValueCorruptor.java x: 3 commits (all time) y: 46 lines of code harry-core/src/harry/model/clock/ApproximateMonotonicClock.java x: 4 commits (all time) y: 200 lines of code harry-core/src/harry/visitors/GeneratingVisitor.java x: 2 commits (all time) y: 42 lines of code harry-core/src/harry/visitors/ReplayingVisitor.java x: 2 commits (all time) y: 88 lines of code harry-core/src/harry/visitors/VisitExecutor.java x: 2 commits (all time) y: 11 lines of code harry-core/src/harry/operations/WriteHelper.java x: 4 commits (all time) y: 127 lines of code harry-core/src/harry/util/TestRunner.java x: 4 commits (all time) y: 76 lines of code harry-core/src/harry/visitors/MutatingRowVisitor.java x: 2 commits (all time) y: 101 lines of code harry-core/src/harry/model/Model.java x: 4 commits (all time) y: 21 lines of code harry-core/src/harry/model/NoOpChecker.java x: 3 commits (all time) y: 17 lines of code harry-core/src/harry/core/VisibleForTesting.java x: 1 commits (all time) y: 3 lines of code harry-core/src/harry/corruptor/RowCorruptor.java x: 4 commits (all time) y: 30 lines of code harry-core/src/harry/generators/RandomGenerator.java x: 2 commits (all time) y: 47 lines of code harry-core/src/harry/generators/Surjections.java x: 4 commits (all time) y: 125 lines of code harry-core/src/harry/model/sut/PrintlnSut.java x: 3 commits (all time) y: 41 lines of code harry-core/src/harry/operations/DeleteHelper.java x: 3 commits (all time) y: 153 lines of code harry-core/src/harry/operations/Relation.java x: 3 commits (all time) y: 226 lines of code harry-core/src/harry/util/BitSet.java x: 3 commits (all time) y: 181 lines of code harry-core/src/harry/core/MetricReporter.java x: 2 commits (all time) y: 27 lines of code harry-core/src/harry/generators/StringBijection.java x: 3 commits (all time) y: 125 lines of code harry-core/src/harry/model/DescriptorSelectorBuilder.java x: 2 commits (all time) y: 69 lines of code harry-core/src/harry/util/Ranges.java x: 2 commits (all time) y: 111 lines of code harry-core/src/harry/util/ThrowingRunnable.java x: 2 commits (all time) y: 13 lines of code harry-core/src/harry/generators/Collections.java x: 1 commits (all time) y: 189 lines of code harry-core/src/harry/generators/distribution/Distribution.java x: 1 commits (all time) y: 96 lines of code
1073.0
lines of code
  min: 3.0
  average: 117.85
  25th percentile: 45.0
  median: 67.0
  75th percentile: 137.0
  max: 1073.0
0 16.0
commits (all time)
min: 1.0 | average: 2.96 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 4.0 | max: 16.0

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

harry-integration-external/src/harry/schema/ParsingSchemaProvider.java x: 1 contributors (all time) y: 44 lines of code harry-integration-external/src/harry/schema/SchemaHelper.java x: 1 contributors (all time) y: 60 lines of code harry-core/src/harry/core/Configuration.java x: 3 contributors (all time) y: 1073 lines of code harry-core/src/harry/model/OpSelectors.java x: 1 contributors (all time) y: 650 lines of code harry-core/src/harry/visitors/ParallelRecentValidator.java x: 2 contributors (all time) y: 111 lines of code harry-core/src/harry/visitors/Sampler.java x: 1 contributors (all time) y: 68 lines of code conf/default.yaml x: 1 contributors (all time) y: 65 lines of code conf/external.yaml x: 3 contributors (all time) y: 86 lines of code harry-core/src/harry/model/RepairingLocalStateValidator.java x: 1 contributors (all time) y: 58 lines of code harry-core/src/harry/runner/Runner.java x: 2 contributors (all time) y: 358 lines of code harry-core/src/harry/visitors/AllPartitionsValidator.java x: 1 contributors (all time) y: 112 lines of code harry-core/src/harry/visitors/RandomPartitionValidator.java x: 1 contributors (all time) y: 35 lines of code harry-core/src/harry/visitors/RecentValidator.java x: 2 contributors (all time) y: 64 lines of code harry-core/src/harry/corruptor/ChangeValueCorruptor.java x: 1 contributors (all time) y: 50 lines of code harry-core/src/harry/corruptor/QueryResponseCorruptor.java x: 1 contributors (all time) y: 77 lines of code harry-core/src/harry/ddl/SchemaSpec.java x: 1 contributors (all time) y: 369 lines of code harry-core/src/harry/generators/DataGenerators.java x: 1 contributors (all time) y: 377 lines of code harry-core/src/harry/model/QuiescentChecker.java x: 1 contributors (all time) y: 217 lines of code harry-core/src/harry/model/SelectHelper.java x: 2 contributors (all time) y: 246 lines of code harry-core/src/harry/operations/Query.java x: 1 contributors (all time) y: 361 lines of code harry-core/src/harry/operations/QueryGenerator.java x: 1 contributors (all time) y: 131 lines of code harry-core/src/harry/reconciler/PartitionState.java x: 1 contributors (all time) y: 201 lines of code harry-core/src/harry/reconciler/Reconciler.java x: 1 contributors (all time) y: 249 lines of code harry-core/src/harry/generators/RngUtils.java x: 1 contributors (all time) y: 130 lines of code harry-core/src/harry/core/Run.java x: 1 contributors (all time) y: 51 lines of code harry-core/src/harry/ddl/SchemaGenerators.java x: 2 contributors (all time) y: 421 lines of code harry-core/src/harry/dsl/HistoryBuilder.java x: 1 contributors (all time) y: 498 lines of code harry-core/src/harry/model/QuiescentLocalStateCheckerBase.java x: 1 contributors (all time) y: 76 lines of code harry-core/src/harry/model/sut/TokenPlacementModel.java x: 1 contributors (all time) y: 163 lines of code harry-core/src/harry/model/sut/injvm/InJVMTokenAwareVisitExecutor.java x: 1 contributors (all time) y: 126 lines of code harry-core/src/harry/model/sut/injvm/InJvmSut.java x: 1 contributors (all time) y: 14 lines of code harry-core/src/harry/model/sut/injvm/InJvmSutBase.java x: 1 contributors (all time) y: 228 lines of code harry-core/src/harry/runner/DataTracker.java x: 1 contributors (all time) y: 33 lines of code harry-core/src/harry/runner/DefaultDataTracker.java x: 1 contributors (all time) y: 148 lines of code harry-core/src/harry/runner/HarryRunner.java x: 3 contributors (all time) y: 73 lines of code harry-core/src/harry/runner/LockingDataTracker.java x: 1 contributors (all time) y: 193 lines of code harry-core/src/harry/runner/TrivialShrinker.java x: 1 contributors (all time) y: 144 lines of code harry-core/src/harry/visitors/MutatingVisitor.java x: 2 contributors (all time) y: 157 lines of code harry-integration-external/src/com/datastax/driver/core/UtilsAccessor.java x: 1 contributors (all time) y: 9 lines of code harry-integration/src/harry/model/sut/injvm/InJvmSutConfiguration.java x: 1 contributors (all time) y: 40 lines of code harry-core/src/harry/util/TokenUtil.java x: 1 contributors (all time) y: 92 lines of code harry-core/src/harry/concurrent/Interruptible.java x: 1 contributors (all time) y: 19 lines of code harry-core/src/harry/concurrent/NamedThreadFactory.java x: 1 contributors (all time) y: 143 lines of code harry-core/src/harry/ddl/ColumnSpec.java x: 2 contributors (all time) y: 339 lines of code harry-core/src/harry/generators/Bijections.java x: 2 contributors (all time) y: 330 lines of code harry-core/src/harry/generators/PCGFastPure.java x: 2 contributors (all time) y: 97 lines of code harry-core/src/harry/corruptor/HideRowCorruptor.java x: 1 contributors (all time) y: 25 lines of code harry-core/src/harry/visitors/ReplayingVisitor.java x: 1 contributors (all time) y: 88 lines of code harry-core/src/harry/visitors/MutatingRowVisitor.java x: 1 contributors (all time) y: 101 lines of code harry-core/src/harry/core/VisibleForTesting.java x: 1 contributors (all time) y: 3 lines of code harry-core/src/harry/operations/DeleteHelper.java x: 1 contributors (all time) y: 153 lines of code harry-core/src/harry/util/BitSet.java x: 1 contributors (all time) y: 181 lines of code harry-core/src/harry/core/MetricReporter.java x: 1 contributors (all time) y: 27 lines of code harry-core/src/harry/generators/Collections.java x: 1 contributors (all time) y: 189 lines of code harry-core/src/harry/generators/distribution/Distribution.java x: 1 contributors (all time) y: 96 lines of code
1073.0
lines of code
  min: 3.0
  average: 117.85
  25th percentile: 45.0
  median: 67.0
  75th percentile: 137.0
  max: 1073.0
0 3.0
contributors (all time)
min: 1.0 | average: 1.14 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 3.0

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

No data for "commits (30d)" vs. "lines of code".

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

No data for "contributors (30d)" vs. "lines of code".


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

No data for "commits (90d)" vs. "lines of code".

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

No data for "contributors (90d)" vs. "lines of code".