Condition Coverage

blib/lib/Test/CChecker.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 2 defined $obj and -f $obj
108 0 0 0 defined $dir and -d $dir

or 2 conditions

line l !l condition
43 2 0 $message ||= 'compile ok'
67 2 0 $message ||= 'compile ok'

or 3 conditions

line l !l&&r !l&&!r condition
33 2 2 0 $cc ||= 'ExtUtils::CChecker'->new('quiet', 0)
51 0 0 2 not $ok or $output eq 'diag'
85 0 0 2 not $ok or $output eq 'diag'