Condition Coverage

blib/lib/Plack/Middleware/IEnosniff.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
16 0 0 4 $res and $$res[0] == 200
17 1 1 1 $$env{'HTTP_USER_AGENT'} and $$env{'HTTP_USER_AGENT'} =~ /MSIE 8/

or 3 conditions

line l !l&&r !l&&!r condition
17 1 0 3 not $self->only_ie or $$env{'HTTP_USER_AGENT'} and $$env{'HTTP_USER_AGENT'} =~ /MSIE 8/