Skip to content

Commit

Permalink
Update README.md (#473)
Browse files Browse the repository at this point in the history
updated link to Java complexity conditions JSON
  • Loading branch information
tkothe authored May 30, 2024
1 parent e688312 commit 0f31a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ The reason it's an approximation is that it's calculated almost for free from a

In short when scc is looking through what it has identified as code if it notices what are usually branch conditions it will increment a counter.

The conditions it looks for are compiled into the code and you can get an idea for them by looking at the JSON inside the repository. See https://github.com/boyter/scc/blob/master/languages.json#L3524 for an example of what it's looking at for a file that's Java.
The conditions it looks for are compiled into the code and you can get an idea for them by looking at the JSON inside the repository. See https://github.com/boyter/scc/blob/master/languages.json#L3869 for an example of what it's looking at for a file that's Java.

The increment happens for each of the matching conditions and produces the number you see.

Expand Down

0 comments on commit 0f31a7e

Please sign in to comment.