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