| blib/lib/Tags/HTML/Icon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 1 | 10 | unless (defined $icon) |
| 49 | 2 | 8 | unless (builtin::blessed($icon) and $icon->isa("Data::Icon")) |
| 62 | 1 | 6 | unless (exists $self->{'_icon'}) |
| 70 | 2 | 4 | if (defined $self->{'_icon'}->url) { } |
| 76 | 1 | 1 | defined $self->{'_icon'}->alt ? : |
| 81 | 2 | 2 | if (defined $self->{'_icon'}->bg_color) |
| 84 | 2 | 2 | if (defined $self->{'_icon'}->color) |
| 92 | 3 | 1 | @style ? : |
| 3 | 1 | @style ? : | |
| 108 | 1 | 1 | unless (exists $self->{'_icon'}) |