Condition Coverage

blib/lib/Alien/OpenMP/configure.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

line !l l&&!r l&&r condition
50 2 0 0 $CCNAME eq "gcc" and $OS ne "darwin"
61 2 0 0 $build and my $log = $build->can("log")

or 2 conditions

line l !l condition
25 0 0 $supported->{$CCNAME}{'auto_include'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
30 4 1 1 $supported->{$OS}{'cflags'} or $supported->{$CCNAME}{'cflags'}
35 3 1 2 exists $supported->{$OS} || exists $supported->{$CCNAME}
42 3 1 1 $supported->{$OS}{'libs'} or $supported->{$CCNAME}{'libs'}