blib/lib/XS/Loader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
12 | 0 | 0 | 0 | $_[0] and $_[0] eq 'XS::Loader' |
36 | 0 | 0 | 0 | $bin_dependent and @$bin_dependent |
55 | 0 | 0 | 0 | $noboot and $@ |
0 | 0 | 0 | $noboot and $@ and $@ =~ /Can't find 'boot_/i |
line | l | !l | condition |
---|---|---|---|
17 | 0 | 0 | $flags //= 1 |
34 | 0 | 0 | XS::Install::Payload::binary_module_info($dep_module) || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 0 | 0 | 0 | $module ||= caller 0 |
16 | 0 | 0 | 0 | $version ||= XS::Install::Payload::loaded_module_version($module) |
55 | 0 | 0 | 0 | $ok or $noboot and $@ and $@ =~ /Can't find 'boot_/i |