Condition Coverage

blib/lib/cPanel/StateFile/FileLocker.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

line !l l&&!r l&&r condition
101 0 1 1 $pid == $$ and $0 eq $name
263 0 0 0 -e "/proc/$$" and -r "/proc/$$"

or 3 conditions

line l !l&&r !l&&!r condition
258 0 0 0 $> == 0 or $> == $fileuid
259 0 0 0 kill 0, $pid or $!{'EPERM'}