| blib/lib/Biblio/COUNTER/Processor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 0 | 0 | if (ref $report eq '') { } |
| 0 | 0 | elsif ($report->isa('Biblio::COUNTER::Report')) { } | |
| 30 | 0 | 0 | if ($report eq '-') { } |
| 34 | 0 | 0 | unless open $fh, '<', $report |
| 51 | 0 | 0 | if (not $$ignore{$callback_name} and defined(my $code = $self->can($callback_name))) |
| 58 | 0 | 0 | if defined $fh |