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