Branch Coverage

blib/lib/Number/Tolerant/Union.pm
Criterion Covered Total %
branch 30 30 100.0


line true false branch
105 29 39 if $_ == $_[1]
106 1 74 if $_ == $_[1]
109 5 4 unless $_[1] > $_
6 13 if ($_[2]) { }
110 10 6 unless $_[1] < $_
114 4 2 unless $_[1] < $_
5 13 if ($_[2]) { }
115 10 10 unless $_[1] > $_
119 1 2 $_[0] > $_[1] ? :
1 3 $_[0] < $_[1] ? :
4 4 if ($_[2]) { }
120 1 2 $_[0] < $_[1] ? :
1 3 $_[0] > $_[1] ? :
125 1 1 $_[1] == $_[0] ? :
1 2 eval { do { $_[1]->isa('Number::Tolerant') } } ? :