blib/lib/List/Vectorize/lib/List.pl | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 29 | 79.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 13 | 6 | 63 | $i != 0 and $$array[$$order[$i]] != $$array[$$order[$i - 1]] |
460 | 0 | 4 | 0 | defined $d1 and defined $d2 |
0 | 4 | 0 | defined $d1 and defined $d2 and defined $d3 | |
1 | 3 | 0 | defined $d1 and defined $d2 and defined $d3 and defined $d4 | |
464 | 1 | 0 | 2 | $d1 == $d3 and $d2 == $d4 |
line | l | !l | condition |
---|---|---|---|
8 | 6 | 12 | shift() || undef |
24 | 4 | 2 | shift() || undef |
41 | 8 | 14 | shift() || sub { $_[0] <=> $_[1]; } |
84 | 4 | 32 | shift() || sub { $_[0] <=> $_[1]; } |
180 | 3 | 5 | shift() || 1 |
484 | 2 | 2 | shift() || sub { $_[0] * $_[1]; } |
502 | 2 | 3 | shift() || sub { $_[0] * $_[1]; } |