Branch Coverage

blib/lib/App/Cmd/Command.pm
Criterion Covered Total %
branch 14 24 58.3


line true false branch
77 0 1 if (my $run = $class->can("run"))
79 0 0 if $ENV{'HARNESS_ACTIVE'}
201 0 33 if ref $class
209 0 33 unless $pm_file = $INC{$pm_file}
212 0 33 unless open my $fh, "<", $pm_file
219 0 1986 /^=cut/ ? :
221 9 1977 if (/#+\s*ABSTRACT: (.*)/)
226 1887 99 unless $inpod
229 78 21 unless /^(?:$class\s-\s)(.*)/
250 4 0 if ref $class
255 0 4 unless $pm_file = $INC{$pm_file}
257 0 4 unless open my $input, "<", $pm_file