| blib/lib/Syntax/Highlight/Engine/Kate/Template.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 242 | 39 | 2 | 196 | $line =~ /^\s*$/ and $string =~ /^[^\s]/ |
| 566 | 712 | 171892 | 40424 | defined $attr and $attr ne $self->{'snippetattribute'} |
| 776 | 158560 | 116563 | 73262 | $eng->lastcharDeliminator and $$text =~ /^([^$deliminators]+)/ |
| 875 | 824153 | 3337 | 9947 | defined $match and $match ne "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 0 | 238 | 0 | ref $proto || $proto |
| 409 | 29987 | 242054 | 236952 | $self->linestart or $self->lastchar =~ /$deliminators/ |