| blib/lib/HTTP/WebTest/Plugin/Sticky.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 66 | 0 | 0 | if $prev_test_num < 0 |
| 70 | 0 | 0 | unless defined $response |
| 72 | 0 | 0 | unless $response->content_type eq 'text/html' |
| 76 | 0 | 0 | unless defined $sticky |
| 77 | 0 | 0 | unless $sticky eq 'yes' |
| 87 | 0 | 0 | unless defined $type |
| 89 | 0 | 0 | unless defined $name |
| 91 | 0 | 0 | unless defined $value |
| 93 | 0 | 0 | if lc $type eq 'checkbox' and not defined $token->[1]{'checked'} |
| 97 | 0 | 0 | if (defined $params) |
| 98 | 0 | 0 | ref $params eq 'ARRAY' ? : |