Branch Coverage

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


line true false branch
84 0 4 @args % 2 ? :
85 0 4 unless exists $args->{'transformer'}
94 3 1 $args->{'y1'} < $args->{'y2'} ? :
95 1 3 $args->{'y1'} > $args->{'y2'} ? :
96 3 1 $args->{'x1'} < $args->{'x2'} ? :
97 1 3 $args->{'x1'} > $args->{'x2'} ? :