Condition Coverage

blib/lib/HTTP/AnyUA/Util.pm
Criterion Covered Total %
condition 2 13 15.3


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 0 $host =~ s/:(\d*)\z// && length $1
209 0 0 1 $data and ref $data

or 2 conditions

line l !l condition
50 0 0 shift() || {}
100 0 0 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
211 1 0 0 ref $data eq 'HASH' or ref $data eq 'ARRAY'