| blib/lib/HTTP/Recorder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 70 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 207 | 0 | 0 | 0 | $self->{'ignore_favicon'} and $request->uri->path =~ /favicon\.ico$/i |
| 261 | 0 | 0 | 0 | $fieldname and exists $values->{$fieldname}[0] |
| 294 | 0 | 0 | 0 | $action and $action eq 'submitform' |
| 300 | 0 | 0 | 0 | $https and $https == 1 |
| 414 | 0 | 0 | 0 | $in_head and $tagname eq 'base' |
| 0 | 0 | 0 | $tagname eq 'a' || $tagname eq 'link' and $attrs->{'href'} | |
| 464 | 0 | 0 | 0 | not $js_href and $tagname ne 'form' |
| 0 | 0 | 0 | not $js_href and $tagname ne 'form' and $formcount == 1 |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 0 | 0 | $args{'prefix'} || 'rec' |
| 87 | 0 | 0 | $args{'showwindow'} || 0 |
| 88 | 0 | 0 | $args{'control'} || 'http-recorder' |
| 91 | 0 | 0 | $args{'ignore_favicon'} || 1 |
| 177 | 0 | 0 | $script || '' |
| 211 | 0 | 0 | $response->headers->header('Content-type') || '' |
| 244 | 0 | 0 | @{$$values{"$self->{'prefix'}-text"};}[0] || '' |
| 0 | 0 | @{$$values{"$self->{'prefix'}-index"};}[0] || '' | |
| 468 | 0 | 0 | lc $attrs->{'type'} || 'unknown' |
| 490 | 0 | 0 | $attrs->{'name'} || '' |
| 527 | 0 | 0 | shift() || '' |
| 528 | 0 | 0 | shift() || '' |
| 529 | 0 | 0 | shift() || 1 |
| 534 | 0 | 0 | $parts[1] || '' |
| 563 | 0 | 0 | shift() || '' |
| 568 | 0 | 0 | $parts[1] || '' |
| 592 | 0 | 0 | shift() || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 90 | 0 | 0 | 0 | $args{'logger'} || 'HTTP::Recorder::Logger'->new('file', $args{'file'}) |
| 371 | 0 | 0 | 0 | $content =~ /=/ or $content =~ /&/ |
| 414 | 0 | 0 | 0 | $tagname eq 'a' || $tagname eq 'link' |
| 508 | 0 | 0 | 0 | $tagname eq 'a' or $tagname eq 'link' |