Condition Coverage

blib/lib/Archive/Har/Entry/Request.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
24 0 0 0 defined $params->{'cookies'} and ref $params->{'cookies'} eq 'ARRAY'
33 0 0 0 defined $params->{'headers'} and ref $params->{'headers'} eq 'ARRAY'
42 0 0 0 defined $params->{'queryString'} and ref $params->{'queryString'} eq 'ARRAY'
120 0 0 0 defined $old and ref $old eq 'ARRAY'
134 0 0 0 defined $old and ref $old eq 'ARRAY'
148 0 0 0 defined $old and ref $old eq 'ARRAY'
169 0 0 0 defined $new and $new =~ /^(\d+)$/msx
176 0 0 0 defined $old and $old == _DOES_NOT_APPLY()
188 0 0 0 defined $new and $new =~ /^(\d+)$/msx
195 0 0 0 defined $old and $old == _DOES_NOT_APPLY()