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
84 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
97 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
120 1 2 0 $filter_ok and not $ok
139 1 1 2 $filter_ok and not $ok
321 0 0 0 defined $status && ($status ? 1 : 0)

or 2 conditions

line l !l condition
61 0 2 $options{'host'} || 'localhost'
62 0 2 $options{'port'} || 11371
124 3 0 $created || undef
3 0 $expires || undef
140 2 0 $created || undef
2 0 $expires || undef

or 3 conditions

line l !l&&r !l&&!r condition
72 0 2 0 ref $class || $class
119 1 0 2 $created && $created > time || $expires && $expires < time || length $flags
138 2 1 1 $created && $created > time || $expires && $expires < time || length $flags