← every case · 1000 · comments

1140-three_slashes_are_one_comment

three slashes hold one line comment and not two overlapping ones

read ascloc.defaultmezura.contentmezura.regionscc.defaulttokei.default
input.java
1comments/// a doc comment, one line comment and not two
2codeint x = 1;

stringcommentthe tag around another language

What each tool answered

cloc.default ✓ agrees
the rules ask2 lines · 0 blanks · 1 code · 1 comments
it answers2 lines · 0 blanks · 1 code · 1 comments

cloc --json cases/1000-comments/1140-three_slashes_are_one_comment/input.java

mezura.content ✓ agrees
the rules ask2 lines · 1 code · 1 comments · 0 extra
it answers2 lines · 1 code · 1 comments · 0 extra

mezura cases/1000-comments/1140-three_slashes_are_one_comment/input.java --output json --hide timing --counting content

mezura.region ✓ agrees
the rules ask2 lines · 0 blanks · 1 code · 1 comments
it answers2 lines · 0 blanks · 1 code · 1 comments

mezura cases/1000-comments/1140-three_slashes_are_one_comment/input.java --output json --hide timing --counting region

scc.default ✓ agrees
the rules ask2 lines · 0 blanks · 1 code · 1 comments
it answers2 lines · 0 blanks · 1 code · 1 comments

scc --format json cases/1000-comments/1140-three_slashes_are_one_comment/input.java

tokei.default ✓ agrees
the rules ask2 lines · 0 blanks · 1 code · 1 comments
it answers2 lines · 0 blanks · 1 code · 1 comments

tokei --output json cases/1000-comments/1140-three_slashes_are_one_comment/input.java