| blib/lib/Tags/HTML/Table/View.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 64 | 1 | 10 | unless (exists $self->{'_data'}) |
| 74 | 3 | 7 | if ($self->{'header'}) { } |
| 112 | 1 | 7 | if (not @{$self->{'_data'};} and defined $self->{'_no_data'}) |
| 161 | 12 | 5 | if (ref $value eq '') { } |
| 1 | 4 | elsif (ref $value eq 'ARRAY') { } | |
| 1 | 3 | elsif (ref $value eq 'CODE') { } | |
| 1 | 2 | elsif (builtin::blessed($value) and $value->isa('Data::HTML::Element::A')) { } |