Branch Coverage

blib/lib/DTL/Fast/Expression/Operator/Binary/Minus.pm
Criterion Covered Total %
branch 1 8 12.5


line true false branch
16 42 0 if (&looks_like_number($arg1) and &looks_like_number($arg2)) { }
0 0 elsif ($arg1_type eq 'ARRAY') { }
0 0 elsif ($arg1_type eq 'HASH') { }
0 0 elsif (UNIVERSAL::can($arg1, 'minus')) { }