contentdoes not agree on 7 of 83 cases
regiondoes not agree on 7 of 83 cases
contenthow it counts when it is run with --counting content
| code | words-outside-spans-are-code take the strings and the comments away and a letter or a digit is still there |
| code | string-content-is-code part of the line is inside a string the line has more on it than spaces and tabs take the strings and the comments away and no letter or digit is left |
| comments | words-only-in-a-comment-are-comments a letter or a digit sits inside one of its comments take the strings and the comments away and no letter or digit is left no part of the line is inside a string |
| extra | blank-is-extra-wherever-it-sits the line is nothing but spaces and tabs |
| extra | punctuation-alone-is-extra the line has more on it than spaces and tabs no part of the line is inside a string take the strings and the comments away and no letter or digit is left no letter or digit sits inside its comments |
regionhow it counts when it is run with --counting region
| code | anything-outside-spans-is-code take the strings and the comments away and something is still there |
| code | a-string-is-code part of the line is inside a string |
| comments | a-comment-alone-is-comments part of the line is inside a comment take the strings and the comments away and nothing is left but spaces no part of the line is inside a string |
| blanks | blank-outside-everything-is-blank the line is nothing but spaces and tabs no part of the line is inside a comment no part of the line is inside a string |