Condition Coverage

blib/lib/Sys/Trace/Impl/Ktrace.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 0 POSIX::WIFEXITED($?) && POSIX::WEXITSTATUS($?) == 1
106 0 0 0 $call{'type'} eq 'RET' and %cur
131 0 0 0 $cur{'call'} eq 'chdir' and $cur{'return'} == 0

or 3 conditions

line l !l&&r !l&&!r condition
135 0 0 0 not %only or exists $only{$cur{'call'}}