blib/lib/Module/CPANfile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
line | l | !l | condition |
---|---|---|---|
190 | 10 | 40 | $base_indent || 0 |
202 | 26 | 0 | $self->options_for_module($mod) || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 2 | 13 | 0 | $file || _default_cpanfile() |
129 | 0 | 1 | 0 | $version ||= $file =~ /\.yml$/ ? '1.4' : '2' |
221 | 15 | 0 | 35 | $requirements or $include_empty |