blib/lib/CPAN/PackageDetails/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
109 | 13 | 2 | if defined &{"${class}::$method";} or $self->header_exists($method) |
166 | 69 | 2 | if ($self->header_exists($field)) { } |
196 | 4 | 37 | if exists $internal_field_name_mapping{$internal} |
209 | 0 | 0 | if exists $external_field_name_mapping{$external} |
222 | 4 | 41 | if substr($field, 0, 1) eq '_' |
230 | 3 | 1 | unless $self->header_exists('line_count') |
242 | 0 | 7 | unless $self->can($method) |