| blib/lib/Syntax/Highlight/Engine/Kate/Template.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 18 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 242 | 38 | 0 | 196 | $line =~ /^\s*$/ and $string =~ /^[^\s]/ |
| 566 | 703 | 179805 | 40045 | defined $attr and $attr ne $self->{'snippetattribute'} |
| 776 | 169837 | 130466 | 72284 | $eng->lastcharDeliminator and $$text =~ /^([^$deliminators]+)/ |
| 875 | 943109 | 3330 | 9843 | defined $match and $match ne '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 0 | 231 | 0 | ref $proto || $proto |
| 409 | 38018 | 272015 | 256111 | $self->linestart or $self->lastchar =~ /$deliminators/ |