Branch Coverage

blib/lib/HTML/SiteTear.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
71 0 0 if (@_ == 1) { }
79 0 0 unless $self->source_path
80 0 0 unless -e $self->source_path
82 0 0 if (-d $self->source_path) { }
83 0 0 unless ('File::Spec'->file_name_is_absolute($self->source_path))
89 0 0 unless ($self->member_files)
93 0 0 if (grep {$name =~ /\Q$_\E$/;} @DEFAULT_HTML_SUFFIXES)
98 0 0 if (@htmlfiles) { }
107 0 0 if ($self->member_files)
133 0 0 if ($self->member_files)
137 0 0 if (-e $destination_path) { }
138 0 0 if (-d $destination_path)
145 0 0 unless ($name)
170 0 0 if (-e $destination_path)
171 0 0 unless (-d $destination_path)
185 0 0 unless ('File::Spec'->file_name_is_absolute($a_member_file))