Condition Coverage

blib/lib/SPVM/Builder/CC.pm
Criterion Covered Total %
condition 14 28 50.0


and 3 conditions

line !l l&&!r l&&r condition
132 309 674 3 defined $config and defined $config->force
150 0 602 3 defined $config and defined $config->quiet
251 0 0 342 defined $output_dir and -d $output_dir
324 309 18 33 defined $native_include_dir and -d $native_include_dir
519 0 0 329 defined $output_dir and -d $output_dir
704 0 0 0 defined $def_file and -f $def_file
708 0 0 0 defined $lds_file and -f $lds_file

or 2 conditions

line l !l condition
232 342 0 $options ||= {}
399 331 0 $options ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
530 307 24 0 $output_file_base =~ /\.precompile$/ or not $output_file_base =~ /\./