blib/lib/Tapper/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 16 | 25.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 0 | if -d $dir |
20 | 0 | 0 | if (-e $dir and not -d $dir) |
23 | 0 | 0 | unless system('mkdir', '-p', $dir) == 0 |
36 | 0 | 1 | unless (defined $output) |
40 | 0 | 1 | if $output |
41 | 0 | 1 | if ($retval) |
42 | 0 | 0 | if wantarray |
45 | 0 | 1 | if wantarray |