Condition Coverage

blib/lib/Devel/Trace/Fork.pm
Criterion Covered Total %
condition 6 23 26.0


and 3 conditions

line !l l&&!r l&&r condition
79 1 0 0 $$ != $_PID and not -f "$FILE.x"
85 0 0 1 open $FH_LOCK, '>>', "$FILE.x" and flock $FH_LOCK, 2
113 0 1 0 $$ == $_PID and $ENV{'DTFORK_ERASE_ON_GOOD_EXIT'}
1 0 0 $$ == $_PID and $ENV{'DTFORK_ERASE_ON_GOOD_EXIT'} and $? == 0

or 2 conditions

line l !l condition
56 0 0 $$code[$l] || "--- code not available ---\n"

or 3 conditions

line l !l&&r !l&&!r condition
21 0 0 1 $ENV{'DTRACE_FILE'} || "./DTFork.$$"
53 0 0 0 $t ||= sprintf('%11.6f', gettimeofday - $^T)
112 1 0 0 $$ == $_PID or $SORT_NEEDED