Condition Coverage

blib/lib/Raisin/Routes/Endpoint.pm
Criterion Covered Total %
condition 7 14 50.0


and 3 conditions

line !l l&&!r l&&r condition
38 39 20 0 $p->named and my $re = $p->regex
76 0 50 0 $char eq "/" and $switch eq "?"

or 2 conditions

line l !l condition
69 0 50 $self->check->{$token} // "[^/]+?"

or 3 conditions

line l !l&&r !l&&!r condition
68 50 0 0 $_ eq ":" or $_ eq "?"
97 0 321 146 not $method or lc $method ne lc $self->method