Branch Coverage

blib/lib/HTML/Revelation.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
47 0 0 if ($self->comment)
130 0 0 if $s
703 0 0 if (exists $arg{$attr_name})
709 0 0 unless ($self->css_output_file)
714 0 0 unless ($self->css_url)
719 0 0 unless ($self->html_output_file)
724 0 0 unless (-f $self->input_file)
762 0 0 if (ref $node)
771 0 0 if ($HTML::Tagset::isBodyElement{$tag}) { }
791 0 0 if ($empty_tag)
807 0 0 unless ($empty_tag)
818 0 0 $empty_tag ? :
822 0 0 if ($tag eq 'body')
824 0 0 if ($self->caption)
845 0 0 if ($tag eq 'head')
850 0 0 if (not $empty_tag)
887 0 0 unless open OUT, "> $html_output_file"
896 0 0 unless open OUT, "> $css_output_file"