Condition Coverage

blib/lib/Net/Duo.pm
Criterion Covered Total %
condition 7 14 50.0


or 2 conditions

line l !l condition
132 30 14 $args // ''

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 30 $args_ref->{$key} // $keys->{$key}
73 10 0 0 $args_ref->{'user_agent'} // 'LWP::UserAgent'->new
188 22 0 22 $method eq 'POST' or $method eq 'PUT'
245 0 0 43 not defined $data->{'stat'} or $data->{'stat'} ne 'OK'