Condition Coverage

blib/lib/Proc/Pidfile.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 22 defined $pid and $pid =~ /([0-9]+)/
157 0 1 19 $pidfile and -e $pidfile
160 0 0 3 $^O ne 'MSWin32' and $^O ne 'riscos'
162 0 0 16 $pidfile and -e $pidfile

or 3 conditions

line l !l&&r !l&&!r condition
93 2 0 1 kill(0, $pid) || $!{'EPERM'}