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
69 0 0 22 defined $pid and $pid =~ /([0-9]+)/
158 0 1 19 $pidfile and -e $pidfile
161 0 0 3 $^O ne 'MSWin32' and $^O ne 'riscos'
163 0 0 16 $pidfile and -e $pidfile

or 3 conditions

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