Condition Coverage

blib/lib/Router/Pygmy.pm
Criterion Covered Total %
condition 5 8 62.5


and 3 conditions

line !l l&&!r l&&r condition
30 1 0 1 ref $_[0] && ref $_[0] eq 'HASH'
110 0 6 0 $lookup && $lookup->[$ROUTE_IDX]

or 2 conditions

line l !l condition
60 16 17 defined $part ? $lookup->[$PATH_PART_IDX]{$part} : $lookup->[$ARG_IDX] ||= []