blib/lib/Test/NoXS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 20 | 75.0 |
line | true | false | branch |
---|---|---|---|
23 | 1 | 2 | if (grep {/:all/;} @_) { } |
1 | 1 | elsif (grep {/:xs_core_only/;} @_) { } | |
0 | 1 | elsif (grep {/:xs_core_or_dual/;} @_) { } | |
39 | 1 | 3 | if $no_xs_all |
40 | 1 | 2 | if grep {$module eq $_;} @no_xs_modules |
41 | 0 | 2 | if $xs_core_or_dual or $xs_core_only |
42 | 0 | 2 | if $xs_core_only |
49 | 0 | 2 | unless Module::CoreList::is_core($module, undef, $PERL_CORE_VERSION) |
59 | 1 | 1 | if ($core_module_version ne $module_version) |
73 | 4 | 0 | @_ ? : |