Condition Coverage

lib/Log/Report/Template/Extract.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
84 0 0 18 not $msgid =~ /\&\w+\;/ and defined $plural ? !($plural =~ /\&\w+\;/) : 1

or 2 conditions

line l !l condition
52 0 3 $opts{'charset'} || 'utf-8'

or 3 conditions

line l !l&&r !l&&!r condition
55 0 3 0 $opts{'pattern'} || $self->pattern
115 0 0 4 @frags < 2 or not $frags[1] =~ /^\s*END\s*$/