Branch Coverage

blib/lib/HTML/CheckArgs.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
243 94 60 if @_
249 94 0 if @_
255 96 60 if @_
289 0 66 unless $$config{'as'}
297 49 17 if $value
298 47 19 if $value
302 6 60 if $@
306 28 30 unless ($child->is_valid)
308 0 28 if (my $msg = $self->alt_message($child->error_code)) { }
317 0 30 if ($$config{'untaint'} and tainted($child->value))
319 0 0 if ($value =~ /(.*)/s) { }