blib/lib/Log/Report/Extract/Template.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 11 | 36.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 12 | not $msgid =~ /\&\w+\;/ and defined $plural ? !($plural =~ /\&\w+\;/) : 1 |
line | l | !l | condition |
---|---|---|---|
38 | 0 | 1 | $opts{'charset'} || 'utf-8' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 0 | 1 | 0 | $opts{'pattern'} || $self->pattern |
102 | 0 | 0 | 1 | @frags < 2 or not $frags[1] =~ /^\s*END\s*$/ |