| blib/lib/Syntax/Highlight/Engine/Kate/Diff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 92 | 0 | 0 | if ($self->testRegExpr($text, "(\\+\\+\\+|\\-\\-\\-|\\*\\*\\*|diff|\\d)", 0, 0, 0, 0, 0, "Keyword", "Keyword")) |
| 100 | 0 | 0 | if ($self->testRegExpr($text, "(\\+|>|!)", 0, 0, 0, 0, 0, "Added", "Added line")) |
| 108 | 0 | 0 | if ($self->testAnyChar($text, "-<", 0, 0, 0, 0, "Removed", "Removed line")) |
| 117 | 0 | 0 | if ($self->testDetect2Chars($text, "\@", "\@", 0, 0, 0, 0, 0, "Data", "Data Type")) |