| blib/lib/Tapper/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 30 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 28 | 0 | 0 | if (-e $pid_file and open my $fh, '<', $pid_file) | 
| 31 | 0 | 0 | unless $pid | 
| 52 | 0 | 0 | unless -x $command | 
| 54 | 0 | 0 | unless defined $pid | 
| 56 | 0 | 0 | if ($pid == 0) | 
| 61 | 0 | 0 | unless $pid_file | 
| 62 | 0 | 0 | unless open my $fh, '>', $pid_file | 
| 74 | 0 | 0 | if -d $dir | 
| 75 | 0 | 0 | if (-e $dir and not -d $dir) | 
| 78 | 0 | 0 | unless system('mkdir', '-p', $dir) == 0 | 
| 91 | 0 | 0 | unless (defined $output) | 
| 95 | 0 | 0 | if $output | 
| 96 | 0 | 0 | if ($retval) | 
| 97 | 0 | 0 | if wantarray | 
| 100 | 0 | 0 | if wantarray |