Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
548 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 $params{'VerticalCS'} and $params{'Datum'}
577 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
572 0 0 $params{'VertDatumType'} || 2005

or 3 conditions

line l !l&&r !l&&!r condition
523 0 0 0 $format eq 'WKT' or $format eq 'Text'
0 0 0 $format eq 'GML' or $format eq 'XML'
0 0 0 $format eq 'MICoordSys' or $format eq 'MapInfoCS'