Condition Coverage

blib/lib/Geo/Coordinates/ETRSTM35FIN.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
82 4 4 14 $etrs_x >= get_c($class, 'ETRSTM35FIN_min_x') and $etrs_x <= get_c($class, 'ETRSTM35FIN_max_x')
8 0 14 $etrs_x >= get_c($class, 'ETRSTM35FIN_min_x') and $etrs_x <= get_c($class, 'ETRSTM35FIN_max_x') and $etrs_y >= get_c($class, 'ETRSTM35FIN_min_y')
4 0 14 $etrs_x >= get_c($class, 'ETRSTM35FIN_min_x') and $etrs_x <= get_c($class, 'ETRSTM35FIN_max_x') and $etrs_y >= get_c($class, 'ETRSTM35FIN_min_y') and $etrs_y <= get_c($class, 'ETRSTM35FIN_max_y')
99 6 2 14 $wgs_la >= get_c($class, 'WGS84_min_la') and $wgs_la <= get_c($class, 'WGS84_max_la')
8 0 14 $wgs_la >= get_c($class, 'WGS84_min_la') and $wgs_la <= get_c($class, 'WGS84_max_la') and $wgs_lo >= get_c($class, 'WGS84_min_lo')
2 0 14 $wgs_la >= get_c($class, 'WGS84_min_la') and $wgs_la <= get_c($class, 'WGS84_max_la') and $wgs_lo >= get_c($class, 'WGS84_min_lo') and $wgs_lo <= get_c($class, 'WGS84_max_lo')