Condition Coverage

blib/lib/ISS/AH/Predictor.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
95 3 0 5 defined $model->[$index] and defined $params{$parameter_name}
134 43 67 0 defined $model->[$index] and not &looks_like_number($model->[$index])
149 3 1 5 defined $params{'bone_age'} and $params{'age'}
157 53 28 0 defined $params{$parameter_name} and not &looks_like_number($params{$parameter_name})

or 2 conditions

line l !l condition
127 2 4 $params{'models'} || [[63.3339, -2.9595, 0.7256, 0.3173, undef, undef, -13.0399, 1.2695, -6.2213], [62.1795, -2.9892, 0.7328, 0.3442, undef, undef, -12.6821, undef, -6.3021], [50.3654, -2.6372, 0.6408, 0.3986, undef, undef, undef, undef, -5.9171], [80.3645, -3.4309, 0.8241, undef, 0.2242, undef, -15.1678, 1.2688, -10.2474], [83.4866, -3.4717, 0.8374, undef, 0.2234, undef, -14.7156, undef, -10.6257], [75.8792, -3.1944, 0.7581, undef, 0.2449, undef, undef, undef, -10.9519], [93.2475, -3.402, 0.8239, undef, undef, 0.1203, -14.2739, 1.6156, -10.034], [94.2381, -3.5784, 0.8759, undef, undef, 0.1348, -14.2476, undef, -10.5319], [84.36, -3.2207, 0.7623, undef, undef, 0.1775, undef, undef, -10.8759], [110.8863, -4.125, 0.9661, undef, undef, undef, -16.0541, undef, -10.4331]]

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
136 14 40 29 24 defined $params{$parameter_name} xor not defined $model->[$index]