| blib/lib/Net/Duo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 17 | 52.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 308 | 0 | 2 | 2 | $data->{'metadata'} and exists $data->{'metadata'}{'next_offset'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 134 | 34 | 12 | $args // '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 67 | 0 | 30 | 0 | $args_ref->{$key} // $keys->{$key} | 
| 75 | 10 | 0 | 0 | $args_ref->{'user_agent'} // 'LWP::UserAgent'->new | 
| 190 | 22 | 0 | 24 | $method eq 'POST' or $method eq 'PUT' | 
| 247 | 0 | 0 | 45 | not defined $data->{'stat'} or $data->{'stat'} ne 'OK' |