Condition Coverage

blib/lib/HTTP/OAI/Error.pm
Criterion Covered Total %
condition 3 5 60.0


or 2 conditions

line l !l condition
43 1 0 $self->message || $OAI_ERRORS{$self->code} || ''

or 3 conditions

line l !l&&r !l&&!r condition
31 1 3 0 $self{'message'} ||= $OAI_ERRORS{$self{'code'}}