Condition Coverage

blib/lib/Pod/MinimumVersion.pm
Criterion Covered Total %
condition 19 19 100.0


and 3 conditions

line !l l&&!r l&&r condition
67 248 72 72 $$self{'above_version'} and $version <= $$self{'above_version'}
119 19 4 4 $command eq 'L' and $arg =~ /\|/
169 23 3 3 $command eq 'E' and $E_5008{$arg}
190 19 8 2 $command eq 'L' and $arg =~ /\A\w+:[^:\s]\S*\z/
228 22 10 2 $command eq 'L' and $arg =~ /\A.*\|\w+:[^:\s]\S*\z/

or 2 conditions

line l !l condition
33 1 49 $self{'want_reports'} ||= 'one_per_version'
39 24 21 $self->minimum_report || (return undef)