Branch Coverage

blib/lib/DateTime/TimeZone/LMT.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
19 0 16 unless $p{'longitude'} <= 180 and $p{'longitude'} >= -180
25 0 16 if exists $p{'name'}
46 1 5 if $new_name
53 2 16 if ($new_longitude)
54 0 2 unless $new_longitude <= 180 and $new_longitude >= -180