Branch Coverage

blib/lib/Tk/TextHighlight/HTML.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
12 0 0 unless (defined $rules)
36 0 0 if ($c eq '<') { }
0 0 elsif ($c eq '>') { }
0 0 elsif ($c eq '"') { }
0 0 elsif ($c eq '!') { }
0 0 elsif ($c eq '&') { }
0 0 elsif ($c eq ';') { }
0 0 elsif ($c eq '=') { }
0 0 elsif ($c =~ /\s/o) { }
37 0 0 if ($hlt->stackTop eq 'Text') { }
46 0 0 if ($hlt->stackTop eq 'Tag') { }
0 0 elsif ($hlt->stackTop eq 'Value' or $hlt->stackTop eq 'Attr' or $hlt->stackTop eq 'Comment') { }
62 0 0 if ($hlt->stackTop eq 'Value' or $hlt->stackTop eq 'Comment') { }
0 0 elsif ($hlt->stackTop eq 'String') { }
76 0 0 if ($hlt->stackTop eq 'Tag') { }
85 0 0 if ($hlt->stackTop eq 'Text') { }
94 0 0 if ($hlt->stackTop eq 'SpChar') { }
103 0 0 if ($hlt->stackTop eq 'Attr') { }
114 0 0 if ($hlt->stackTop eq 'Tag') { }
0 0 elsif ($hlt->stackTop eq 'Value') { }
0 0 elsif ($hlt->stackTop eq 'SpChar') { }