Branch Coverage

blib/lib/WAP/wbxml/WbRules.pm
Criterion Covered Total %
branch 0 66 0.0


line true false branch
28 0 0 if $encoding ne ''
43 0 0 if $value ne ''
44 0 0 if $default ne ''
45 0 0 if $fixed ne ''
46 0 0 if $validate ne ''
47 0 0 if $encoding ne ''
101 0 0 if ($tagname)
104 0 0 if ($tagname eq $$_{'name'})
106 0 0 if ($$_{'ext_token'} / 256 == $curr_page) { }
114 0 0 if (scalar @found)
126 0 0 if ($name)
129 0 0 if ($name eq $$_{'name'})
130 0 0 if (exists $$_{'value'}) { }
133 0 0 if ($attr_value eq $value or $len < length $value and $attr_value eq substr($value, 0, $len))
135 0 0 if ($len > $max_len) { }
0 0 elsif ($len == $max_len) { }
140 0 0 if ($$_{'ext_token'} / 256 == $curr_page)
147 0 0 if ($max_len == -1) { }
0 0 elsif ($max_len == 0) { }
152 0 0 if ($$_{'ext_token'} / 256 == $curr_page)
159 0 0 if ($best and $max_len != -1)
177 0 0 if ($start ne '')
182 0 0 if ($value ne '')
185 0 0 if ($found >= 0)
186 0 0 if ($found == $best_found) { }
0 0 elsif ($found < $best_found) { }
187 0 0 if ($len > $max_len) { }
0 0 elsif ($len == $max_len) { }
192 0 0 if ($$_{'ext_token'} / 256 == $curr_page)
205 0 0 if ($best)
217 0 0 if ($value and exists $$self{$ext} and scalar $$self{$ext})
219 0 0 if ($value eq $$_{'value'})
236 0 0 if ($version =~ /(\d+)\.(\d+)/) { }