Condition Coverage

blib/lib/Gears/Router/Pattern/SigilMatch.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
183 7 0 2 $check and not $value =~ /^$check$/u

or 2 conditions

line l !l condition
59 9 32 $self->checks->{$token} // "[^\\/]+"
62 1 10 $self->checks->{$token} // ".+"

or 3 conditions

line l !l&&r !l&&!r condition
168 9 3 1 defined $value or optional $token->{'sigil'}