Condition Coverage

lib/Geo/Coder/OpenCage.pm
Criterion Covered Total %
condition 2 9 22.2


and 3 conditions

line !l l&&!r l&&r condition
28 1 0 0 $params{'http'} && $params{'http'} == 1
111 0 0 0 &blessed($response) && $response->isa('HTTP::Response')

or 3 conditions

line l !l&&r !l&&!r condition
25 0 1 0 $params{'ua'} || 'HTTP::Tiny'->new('agent', $ua_string)