| blib/lib/Data/Tabular.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 18 | 61.1 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 9 | if (ref $caller) |
| 32 | 0 | 0 | unless $caller->isa('Data::Tabular') |
| 37 | 9 | 0 | if ($$self{'headers'}) |
| 38 | 0 | 9 | unless $$self{'headers'} |
| 3 | 6 | unless $$self{'extra_headers'} | |
| 57 | 9 | 0 | if (my $group_by = $$self{'group_by'}) { } |
| 58 | 9 | 0 | if (ref $group_by eq 'HASH') { } |
| 84 | 6 | 4 | unless $$self{'output'} |
| 88 | 7 | 3 | $$self{'extra_headers'} ? : |