| blib/lib/SPVM/Builder/CC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 28 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 132 | 317 | 698 | 3 | defined $config and defined $config->force |
| 150 | 0 | 602 | 3 | defined $config and defined $config->quiet |
| 251 | 0 | 0 | 354 | defined $output_dir and -d $output_dir |
| 324 | 317 | 22 | 33 | defined $native_include_dir and -d $native_include_dir |
| 519 | 0 | 0 | 341 | 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 |
| line | l | !l | condition |
|---|---|---|---|
| 232 | 354 | 0 | $options ||= {} |
| 399 | 343 | 0 | $options ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 530 | 315 | 28 | 0 | $output_file_base =~ /\.precompile$/ or not $output_file_base =~ /\./ |