Branch Coverage

lib/Variable/Watcher.pm
Criterion Covered Total %
branch 21 24 87.5


line true false branch
194 1 6 if (not $Map{$reftype}) { }
4 2 elsif ($reftype eq 'SCALAR') { }
1 1 elsif ($reftype eq 'ARRAY') { }
1 0 elsif ($reftype eq 'HASH') { }
235 449 6 if (my $name = $Names{$self})
237 421 28 if @_
302 0 8 unless check($tmpl, \%hash)
311 8 451 if ($name)
312 8 0 unless allow($tagname, $name)
316 4 447 if ($action)
317 2 2 unless allow($tagaction, $action)
362 447 2 unless $Variable::Watcher::VERBOSE