blib/lib/Tags/HTML/Container.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
46 | 1 | 17 | unless (defined $self->{'horiz_align'}) |
49 | 1 | 16 | if (&none(sub { $self->{'horiz_align'} eq $_; } , @HORIZ_ALIGN)) |
55 | 1 | 15 | unless (defined $self->{'vert_align'}) |
58 | 1 | 14 | if (&none(sub { $self->{'vert_align'} eq $_; } , @VERT_ALIGN)) |
71 | 1 | 1 | unless (defined $tags_cb) |