Condition Coverage

blib/lib/WWW/Google/Places/Params.pm
Criterion Covered Total %
condition 2 3 66.6


and 3 conditions

line !l l&&!r l&&r condition
44 1 4 0 defined $location && $location =~ /\,/ && ((($latitude, $longitude) = split(/\,/, $location, 2)) && ($latitude =~ /^\-?\d+\.?\d+$/ && $longitude =~ /^\-?\d+\.?\d+$/))