blib/lib/Games/Lacuna/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 1 | 1 | 0 | exists $opt{'uri'} and exists $opt{'name'} |
0 | 1 | 0 | exists $opt{'uri'} and exists $opt{'name'} and exists $opt{'password'} | |
0 | 1 | 0 | exists $opt{'uri'} and exists $opt{'name'} and exists $opt{'password'} and exists $opt{'api_key'} | |
244 | 0 | 0 | 0 | $file and -e $file |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
206 | 0 | 0 | 0 | not $self->session_id or $now - $self->session_start > $self->session_timeout |