blib/lib/String/Copyright.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 25 | 40 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
193 | 0 | 183 | 0 | not @_ and ref $copyright eq "String::Copyright" |
210 | 20 | 2 | 2 | not @block || length $owners and ++$skipped >= ($globals->{'threshold_before'} || $globals->{'threshold'}) |
220 | 2 | 3 | 9 | @block and not length $owners |
5 | 7 | 2 | @block and not length $owners and ++$skipped >= 1 + ($globals->{'threshold_after'} || $globals->{'threshold'}) | |
281 | 0 | 0 | 0 | not @_ and ref $self eq "String::Copyright" |
line | l | !l | condition |
---|---|---|---|
259 | 47 | 73 | $years || undef |
114 | 6 | $owners || undef |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
205 | 24 | 0 | 242 | $globals->{'threshold_before'} or $globals->{'threshold'} |
210 | 18 | 2 | 4 | @block || length $owners |
4 | 0 | 0 | $globals->{'threshold_before'} || $globals->{'threshold'} | |
212 | 14 | 0 | 250 | $globals->{'threshold_after'} or $globals->{'threshold'} |
220 | 9 | 0 | 0 | $globals->{'threshold_after'} || $globals->{'threshold'} |
268 | 0 | 25 | 0 | $_->[0] || () |
25 | 0 | 0 | $_->[1] || () |