blib/lib/HTML/FormParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
27 | 4 | 6 | unless grep {$_ eq lc $tag;} @tag_names |
29 | 6 | 0 | if (ref $$self{"${tag}_start_callback"} eq 'CODE') |
32 | 3 | 3 | if (ref $$self{"${tag}_callback"} eq 'CODE') |
45 | 6 | 2 | unless grep {$_ eq lc $tag;} @tag_names |
47 | 1 | 1 | if (ref $$self{"${tag}_callback"} eq 'CODE') |
50 | 1 | 1 | if (ref $$self{"${tag}_end_callback"} eq 'CODE') |
63 | 2 | 6 | if exists $cbs{$_} |
64 | 4 | 4 | if exists $cbs{"start_$_"} |
66 | 2 | 6 | if exists $cbs{"end_$_"} |