| blib/lib/DBIx/Report/Excel.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 20 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 181 | 1 | 4 | if (@_) |
| 210 | 1 | 4 | if (@_) |
| 234 | 0 | 4 | unless $self->dbh |
| 239 | 0 | 4 | unless $self->sql |
| 284 | 0 | 5 | unless scalar @{$$self{'data'};} |
| 291 | 3 | 2 | if (scalar @{$parser->structure->{'column_defs'};} == scalar @{$$self{'data'}[0];}) { } |
| 319 | 4 | 1 | if ($$self{'worksheets'}) |
| 323 | 0 | 4 | if scalar grep({/^$page_name$/;} @{$$self{'worksheets'};}) == 1 |
| 348 | 0 | 18 | if m[^\s*/\* (.*)\*/\s*$] |
| 349 | 13 | 5 | if (m[/\*] .. m[\*/]) |