blib/lib/Spreadsheet/WriteExcel/Simple/Tabs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 26 | 69.2 |
line | true | false | branch |
---|---|---|---|
65 | 1 | 19 | unless (defined $$self{'book'}) |
82 | 0 | 1 | if scalar(@_) % 2 |
87 | 0 | 4 | unless ref $data eq 'ARRAY' |
98 | 0 | 4 | if length $tab > 31 |
132 | 7 | 0 | if $width < 8 |
154 | 2 | 2 | unless defined $data{'content_type'} |
157 | 2 | 2 | if defined $data{'filename'} |
194 | 0 | 4 | if @_ |
195 | 1 | 3 | unless ref $$self{'first'} eq 'HASH' |
197 | 4 | 0 | wantarray ? : |
210 | 0 | 12 | if @_ |
211 | 1 | 11 | unless ref $$self{'default'} eq 'HASH' |
213 | 12 | 0 | wantarray ? : |