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
77 0 50 0 $char eq '/' and $switch eq '?'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
69 50 0 0 $_ eq ':' or $_ eq '?'
98 0 321 142 not $method or lc $method ne lc $self->method