| blib/lib/WWW/KeePassHttp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 19 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 424 | 1 | 1 | 1 | $type ne "test-associate" and $type ne "associate" |
| 425 | 1 | 1 | 12 | exists $content->{'Nonce'} and exists $content->{'Verifier'} |
| line | l | !l | condition |
|---|---|---|---|
| 82 | 2 | 19 | $opts{'keep_alive'} //= 1 |
| 85 | 2 | 19 | $opts{'request_base'} // "http://localhost" |
| 86 | 2 | 19 | $opts{'request_port'} // 19455 |
| 105 | 1 | 13 | $opts{'appid'} // "WWW::KeePassHttp" |
| 238 | 2 | 1 | $content->{'Id'} // " |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 424 | 13 | 1 | 2 | exists $content->{'Verifier'} or $type ne "test-associate" and $type ne "associate" |