Condition Coverage

blib/lib/HTTP/OAI/Harvester.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 4 $self->repository and $self->repository->baseURL
56 0 2 3 $self->resume and $r->is_success
2 1 2 $self->resume and $r->is_success and not $r->error
3 2 0 $self->resume and $r->is_success and not $r->error and defined(my $token = $r->resumptionToken)

or 3 conditions

line l !l&&r !l&&!r condition
24 0 4 0 $args{'repository'} || 'HTTP::OAI::Identify'->new('baseURL', $args{'baseURL'})