Condition Coverage

blib/lib/URI/PathAbstract.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
204 2 11 0 blessed $base and $base->isa('URI::PathAbstract') || $base->isa('URI::WithBase')

or 2 conditions

line l !l condition
231 6 9 shift() || $self->base || (return $self->clone)
252 3 0 shift() || $self->base || (return $self->clone)

or 3 conditions

line l !l&&r !l&&!r condition
204 11 0 0 $base->isa('URI::PathAbstract') || $base->isa('URI::WithBase')