Condition Coverage

blib/lib/String/Copyright.pm
Criterion Covered Total %
condition 25 40 62.5


and 3 conditions

line !l l&&!r l&&r condition
194 0 185 0 not @_ and ref $copyright eq "String::Copyright"
214 20 2 2 not @block || length $owners and ++$skipped >= ($globals->{'threshold_before'} || $globals->{'threshold'})
226 2 3 9 @block and not length $owners
5 7 2 @block and not length $owners and ++$skipped >= 1 + ($globals->{'threshold_after'} || $globals->{'threshold'})
287 0 0 0 not @_ and ref $self eq "String::Copyright"

or 2 conditions

line l !l condition
265 47 74 $years || undef
115 6 $owners || undef

or 3 conditions

line l !l&&r !l&&!r condition
206 24 0 244 $globals->{'threshold_before'} or $globals->{'threshold'}
214 18 2 4 @block || length $owners
4 0 0 $globals->{'threshold_before'} || $globals->{'threshold'}
216 14 0 252 $globals->{'threshold_after'} or $globals->{'threshold'}
226 9 0 0 $globals->{'threshold_after'} || $globals->{'threshold'}
274 0 25 0 $_->[0] || ()
25 0 0 $_->[1] || ()