blib/lib/URI/PathAbstract.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 10 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
204 | 2 | 11 | 0 | blessed $base and $base->isa('URI::PathAbstract') || $base->isa('URI::WithBase') |
line | l | !l | condition |
---|---|---|---|
231 | 6 | 9 | shift() || $self->base || (return $self->clone) |
252 | 3 | 0 | shift() || $self->base || (return $self->clone) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
204 | 11 | 0 | 0 | $base->isa('URI::PathAbstract') || $base->isa('URI::WithBase') |