| lib/HTML/TokeParser/Simple/Token/Tag/Start.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 56 | 10 | if ('S' eq $$self[0]) { } |
| 64 | 1 | 7 | 'HASH' eq ref $name ? : |
| 74 | 2 | 5 | unless (exists $$attr{$name}) |
| 100 | 6 | 24 | if $_ eq '/' |
| 103 | 0 | 19 | $self->is_end_tag ? : |
| 113 | 1 | 4 | unless exists $$attr{$name} |
| 143 | 6 | 40 | @_ ? : |
| 160 | 15 | 3 | $tag ? : |
| 165 | 4 | 11 | 'Regexp' eq ref $tag ? : |