Condition Coverage

blib/lib/Geo/OSR.pm
Criterion Covered Total %
condition 0 74 0.0


and 3 conditions

line !l l&&!r l&&r condition
559 0 0 0 exists $params{'Authority'} and exists $params{'TargetKey'}
0 0 0 exists $params{'Authority'} and exists $params{'TargetKey'} and exists $params{'Node'}
0 0 0 exists $params{'Authority'} and exists $params{'TargetKey'} and exists $params{'Node'} and exists $params{'Code'}
0 0 0 exists $params{'Node'} and exists $params{'Value'}
0 0 0 exists $params{'AngularUnits'} and exists $params{'Value'}
0 0 0 exists $params{'LinearUnits'} and exists $params{'Node'}
0 0 0 exists $params{'LinearUnits'} and exists $params{'Node'} and exists $params{'Value'}
0 0 0 exists $params{'LinearUnits'} and exists $params{'Value'}
0 0 0 $params{'Parameter'} and exists $params{'Value'}
0 0 0 exists $params{'VerticalCS'} and $params{'Datum'}
588 0 0 0 $params{'CoordinateSystem'} eq 'State Plane' and exists $params{'Zone'}
0 0 0 $params{'CoordinateSystem'} eq 'UTM' and exists $params{'Zone'}
0 0 0 $params{'CoordinateSystem'} eq 'UTM' and exists $params{'Zone'} and exists $params{'North'}
0 0 0 $params{'CoordinateSystem'} and $params{'Datum'}
0 0 0 $params{'CoordinateSystem'} and $params{'Datum'} and $params{'Spheroid'}
0 0 0 $params{'CoordinateSystem'} and $params{'HorizontalCS'}
0 0 0 $params{'CoordinateSystem'} and $params{'HorizontalCS'} and $params{'VerticalCS'}

or 2 conditions

line l !l condition
536 0 0 $params{'as'} //= ''
537 0 0 $params{'simplify'} // 0
538 0 0 $params{'dialect'} // ''
583 0 0 $params{'VertDatumType'} || 2005

or 3 conditions

line l !l&&r !l&&!r condition
536 0 0 0 $params{'format'} //= ($params{'as'} //= '')
0 0 0 $params{'to'} //= ($params{'format'} //= ($params{'as'} //= ''))
0 0 0 $format //= ($params{'to'} //= ($params{'format'} //= ($params{'as'} //= '')))
687 0 0 0 $params{'Variant'} //= $params{'Name'}
0 0 0 $variant //= ($params{'Variant'} //= $params{'Name'})