Condition Coverage

blib/lib/InlineX/CPP2XS.pm
Criterion Covered Total %
condition 20 24 83.3


and 3 conditions

line !l l&&!r l&&r condition
58 13 2 1 exists $$config_options{'CODE'} and exists $$config_options{'SRC_LOCATION'}
62 14 1 0 exists $$config_options{'BOOT'} and exists $$config_options{'BOOT_F'}
393 3 1 4 $_ =~ /^_/ and not $_ =~ /^__/
414 5 1 24 $_ =~ /^_/ and not $_ =~ /^__/
432 3 1 4 $_ =~ /^_/ and not $_ =~ /^__/

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 19 $@ or $Inline::CPP::VERSION < 0.39
327 1 1 16 $l =~ /__INLINE_CPP_STANDARD_HEADERS/ or $l =~ /__INLINE_CPP_NAMESPACE_STD/
407 3 0 1 $$config_options{'EXPORT_OK_ALL'} || $$config_options{'EXPORT_TAGS_ALL'}