blib/lib/YATT/Lite/Test/XHFTest2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | $self->{'files'} and @{$self->{'files'};} |
91 | 0 | 0 | 0 | $script and -r $script |
159 | 0 | 0 | 0 | @config == 2 and $config[0] =~ /^include$/i |
206 | 0 | 0 | 0 | defined $item->{'cf_SKIP_IF_ERROR'} and $error =~ /$item->{'cf_SKIP_IF_ERROR'}/ |
216 | 0 | 0 | 0 | $item->{'cf_HEADER'} and my(@header) = @{$item->{'cf_HEADER'};} |
285 | 0 | 0 | 0 | ref $ary eq 'ARRAY' and grep((ref $_ eq 'HASH'), @$ary) |
0 | 0 | 0 | ref $ary eq 'HASH' and grep((ref $_ eq 'HASH'), values %$ary) |
line | l | !l | condition |
---|---|---|---|
161 | 0 | 0 | $file->{'items'} //= [] |
253 | 0 | 0 | $item->{'cf_METHOD'} // 'GET' |
313 | 0 | 0 | $item->{'cf_METHOD'} // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
241 | 0 | 0 | 0 | $mech->title // $mech->content |
258 | 0 | 0 | 0 | $tests->{'cookie_jar'} ||= do { require HTTP::Cookies; 'HTTP::Cookies'->new } |
285 | 0 | 0 | 0 | ref $ary eq 'ARRAY' and grep((ref $_ eq 'HASH'), @$ary) or ref $ary eq 'HASH' and grep((ref $_ eq 'HASH'), values %$ary) |
339 | 0 | 0 | 0 | defined $item->{'cf_BODY'} || defined $item->{'cf_ERROR'} |