blib/lib/DBIx/PivotQuery.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 19 | 73.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
113 | 4 | 0 | 1 | $options{'subtotals'} and not ref $options{'subtotals'} |
134 | 0 | 2 | 14 | @$s and $p < @$result |
277 | 10 | 100 | 37 | defined $last_row and $rowkey ne $last_row |
line | l | !l | condition |
---|---|---|---|
110 | 5 | 0 | $options{'placeholder_values'} ||= [] |
111 | 5 | 0 | $options{'rows'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
136 | 4 | 1 | 9 | $last ||= $curr |
259 | 0 | 47 | 1 | $colnum{$colkey} ||= $col++ |