blib/lib/Shell/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
14 | 1 | 3 | unless caller eq 'ExtUtils::Command' |
42 | 3 | 2 | if ($@ =~ /^exit: (\d+)\n$/) { } |
0 | 2 | elsif ($@) { } | |
49 | 2 | 0 | unless defined $ret and length $ret |