| blib/lib/Operator/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 33 | 33 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 166 | 13 | 14 | 48 | $bool && &$apply($result, $next) | 
| 191 | 6 | 2 | 13 | @$lhs and @$rhs | 
| 239 | 34 | 3 | 10 | ref $lhs eq 'HASH' and ref $rhs eq 'HASH' | 
| 242 | 5 | 2 | 3 | $dwim_left and $dwim_right | 
| 258 | 2 | 2 | 22 | exists $$lhs{$key} and exists $$rhs{$key} | 
| 314 | 79 | 20 | 12 | $dwim_left and $lhs_index > $#{$lhs;} | 
| 315 | 56 | 35 | 20 | $dwim_right and $rhs_index > $#{$rhs;} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 236 | 10 | 7 | 30 | $args{'dwim_left'} || $args{'dwim'} | 
| 237 | 18 | 7 | 22 | $args{'dwim_right'} || $args{'dwim'} | 
| 292 | 9 | 14 | 9 | $dwim_left || $dwim_right | 
| 332 | 360 | 5 | 43 | $type eq 'infix' or $type eq 'postcircumfix' |