Branch Coverage

blib/lib/DTL/Fast/Expression/Operator/Binary/Pow.pm
Criterion Covered Total %
branch 1 4 25.0


line true false branch
16 9 0 if (&looks_like_number($arg1) and &looks_like_number($arg2)) { }
0 0 elsif (UNIVERSAL::can($arg1, 'pow')) { }