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