blib/lib/List/MoreUtils/PP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 56 | 0.0 |
line | l | !l | condition |
---|---|---|---|
77 | 0 | 0 | &$f() and return 1 |
93 | 0 | 0 | &$f() and return 0 |
323 | 0 | 0 | @$list = (@{$list;}[0 .. $c], $val, @{$list;}[$c + 1 .. $#$list]) and return 1 |
331 | 0 | 0 | @$list = (@{$list;}[0 .. $c], $val, @{$list;}[$c + 1 .. $#$list]) and return 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 0 | 0 | &$f() and $found++ |
112 | 0 | 0 | 0 | &$f() and $found++ |
190 | 0 | 0 | 0 | &$f() and ++$count |
366 | 0 | 0 | 0 | $more &&= !&$test() |
375 | 0 | 0 | 0 | $more &&= do { my $x = $lag; $lag = !&$test(); $x } |
491 | 0 | 0 | 0 | $max < $#$_ and $max = $#$_ |
501 | 0 | 0 | 0 | $max < $#$_ and $max = $#$_ |
582 | 0 | 0 | 0 | $max < ++$seen{$k = $_} && ++$max |
0 | 0 | 0 | $max < ++$seen_undef && ++$max | |
590 | 0 | 0 | 0 | $seen_undef and $seen_undef == $max |
line | l | !l | condition |
---|---|---|---|
85 | 0 | 0 | &$f() or return 0 |
101 | 0 | 0 | &$f() or return 1 |
517 | 0 | 0 | $ret{$w} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
198 | 0 | 0 | 0 | &$f() or ++$count |
348 | 0 | 0 | 0 | $started ||= do { my $x = $lag; $lag = &$test(); $x } |
359 | 0 | 0 | 0 | $started ||= &$test() |
455 | 0 | 0 | 0 | $index == 0 or $index > $max |