Condition Coverage

blib/lib/Dancer/Plugin/EscapeHTML.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
147 31 14 5 $traverse_objects and blessed $in
45 5 0 $traverse_objects and blessed $in and reftype $in eq 'ARRAY'
7 0 5 $traverse_objects and blessed $in
7 0 5 $traverse_objects and blessed $in and reftype $in eq 'HASH'
155 0 222 1 defined $exclude_pattern and $k =~ /$exclude_pattern/

or 3 conditions

line l !l&&r !l&&!r condition
147 1 0 50 ref $in eq 'ARRAY' or $traverse_objects and blessed $in and reftype $in eq 'ARRAY'
38 0 12 ref $in eq 'HASH' or $traverse_objects and blessed $in and reftype $in eq 'HASH'