Condition Coverage

blib/lib/WWW/HKP.pm
Criterion Covered Total %
condition 17 48 35.4


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 defined $response and ref $response
0 0 0 defined $response and ref $response and $response->isa('HTTP::Response')
0 0 0 defined $response and ref $response and $response->isa('HTTP::Response') and $response->is_success
55 0 0 0 defined $response and ref $response
0 0 0 defined $response and ref $response and $response->isa('HTTP::Response')
0 0 0 defined $response and ref $response and $response->isa('HTTP::Response') and $response->is_success
78 1 2 0 $filter_ok and not $ok
97 1 1 2 $filter_ok and not $ok
148 0 0 0 defined $status && ($status ? 1 : 0)

or 2 conditions

line l !l condition
19 0 2 $options{'host'} || 'localhost'
20 0 2 $options{'port'} || 11371
82 3 0 $created || undef
3 0 $expires || undef
98 2 0 $created || undef
2 0 $expires || undef

or 3 conditions

line l !l&&r !l&&!r condition
30 0 2 0 ref $class || $class
77 1 0 2 $created && $created > time || $expires && $expires < time || length $flags
96 2 1 1 $created && $created > time || $expires && $expires < time || length $flags