Condition Coverage

blib/lib/Weather/Astro7Timer.pm
Criterion Covered Total %
condition 16 17 94.1


and 3 conditions

line !l l&&!r l&&r condition
236 1 1 9 defined $args{'lat'} and abs $args{'lat'} <= 90
239 1 1 7 defined $args{'lon'} and abs $args{'lon'} <= 180

or 2 conditions

line l !l condition
198 2 6 $args{'scheme'} || 'https'
199 1 7 $args{'timeout'} || 30
208 6 7 $args{'lang'} ||= "en"
209 2 11 $args{'output'} ||= "json"

or 3 conditions

line l !l&&r !l&&!r condition
200 1 7 0 $args{'agent'} || "libwww-perl Weather::Astro7Timer/$VERSION"