Condition Coverage

blib/lib/HTTP/Headers/ActionPack/ContentNegotiation.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 4 blessed $action_pack and $action_pack->isa('HTTP::Headers::ActionPack')
108 5 0 1 defined $star_priority and $star_priority == 0
150 1 0 1 defined $priority and $priority == 0
158 1 3 4 $default and $default_ok
162 2 0 0 defined $priority and $priority == 0

or 3 conditions

line l !l&&r !l&&!r condition
179 7 1 19 lc $range eq lc $tag or $range eq '*'