Branch Coverage

lib/SVG/Estimate/Line.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
84 0 138 @args % 2 ? :
88 0 138 unless exists $args->{'transformer'}
97 20 118 $args->{'y1'} < $args->{'y2'} ? :
98 19 119 $args->{'y1'} > $args->{'y2'} ? :
99 97 41 $args->{'x1'} < $args->{'x2'} ? :
100 21 117 $args->{'x1'} > $args->{'x2'} ? :