Branch Coverage

blib/lib/Number/Tolerant/Type/less_than.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
16 1 25 if $string =~ /\A$X?<\s*($number)\z/
17 1 24 if $string =~ /\A($number)\s*>$X\z/
19 1 23 if $string =~ /\Aless\s+than\s+($number)\z/
28 33 36 unless 2 == grep({defined $_;} @_)
31 9 59 if ($_[$i->[0]] eq 'less_than' and defined(my $num = $self->normalize_number($_[$i->[1]])))