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
107 0 0 2 defined $obj and -f $obj
133 0 0 0 defined $dir and -d $dir

or 2 conditions

line l !l condition
66 2 0 $message ||= 'compile ok'
91 2 0 $message ||= 'compile ok'

or 3 conditions

line l !l&&r !l&&!r condition
55 5 1 0 $cc ||= 'ExtUtils::CChecker'->new('quiet', 0)
74 0 0 2 not $ok or $output eq 'diag'
109 0 0 2 not $ok or $output eq 'diag'