Skip to content

Commit

Permalink
Count Code References Totals
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jul 5, 2024
1 parent 7cc0f66 commit cb416a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ object InvertJsReportUtils {
val stat = it[statKey]
when (stat) {
is Stat.NumericStat -> stat.value
is Stat.CodeReferencesStat -> stat.value.size
is Stat.BooleanStat -> if (stat.value) {
1
} else {
Expand Down

0 comments on commit cb416a9

Please sign in to comment.