Condition Coverage

blib/lib/DTL/Fast/Expression/Operator/Binary/Ge.pm
Criterion Covered Total %
condition 6 20 30.0


and 3 conditions

line !l l&&!r l&&r condition
16 10 2 24 &looks_like_number($arg1) and &looks_like_number($arg2)
12 0 0 $arg1_type eq 'ARRAY' and $arg2_type eq 'ARRAY'
12 0 0 $arg1_type eq 'HASH' and $arg2_type eq 'HASH'
0 0 12 defined $arg1 and defined $arg2

or 2 conditions

line l !l condition
44 0 0 $arg1 // 'undef'
0 0 $arg1_type || 'SCALAR'
0 0 $arg2 // 'undef'
0 0 $arg2_type || 'SCALAR'