blib/lib/Amb.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
146 | 0 | 0 | 2 | $op and ref $op eq 'B::COP' |
150 | 0 | 0 | 2 | $x and ref $x eq 'B::UNOP' |
152 | 0 | 0 | 2 | $x and ref $x eq 'B::LOGOP' |
0 | 0 | 2 | $x and ref $x eq 'B::LOGOP' and $x->name =~ /^(cond_expr|and)$/ | |
159 | 0 | 0 | 0 | $cx and ref $cx eq 'CODE' |