| blib/lib/HTML/TableExtractor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 4 | 8 | unless grep {$_ eq lc $tag;} @tag_names |
| 26 | 5 | 3 | if (ref $$self{"${tag}_start_callback"} eq 'CODE') |
| 29 | 4 | 4 | if (ref $$self{"${tag}_callback"} eq 'CODE') |
| 42 | 6 | 8 | unless grep {$_ eq lc $tag;} @tag_names |
| 44 | 4 | 4 | if (ref $$self{"${tag}_callback"} eq 'CODE') |
| 47 | 4 | 4 | if (ref $$self{"${tag}_end_callback"} eq 'CODE') |
| 60 | 4 | 4 | if exists $cbs{$_} |
| 61 | 5 | 3 | if exists $cbs{"start_$_"} |
| 63 | 4 | 4 | if exists $cbs{"end_$_"} |