Condition Coverage

lib/HTTP/Router/Route.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 876 &Scalar::Util::blessed($req) and $req->can('path')

or 3 conditions

line l !l&&r !l&&!r condition
24 426 127 0 $$self{'parts'} ||= $self->path =~ tr[/][]
46 1080 202 0 $$self{'templates'} ||= 'URI::Template::Restrict'->new($self->path)