blib/lib/App/perlimports/ExportInspector.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
408 | 3 | 0 | 7 | $msg =~ qr/Can't locate/ and not $msg =~ /\:all\.pm in \@INC/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
224 | 36 | 13 | 15 | $self->has_at_export_ok or $self->has_at_export |
267 | 21 | 1 | 18 | $self->has_at_export || $self->has_at_export_ok |
273 | 39 | 9 | 4 | $self->has_implicit_exports or $self->has_explicit_exports |
440 | 167 | 6 | 3352 | $_ =~ /(?:BEGIN|ISA|__EXPORTABLES)/ || $_ =~ /^__ANON__/ |