Branch Coverage

blib/lib/WWW/TWikiClient.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
65 0 0 if ($topic =~ /\./) { }
70 0 0 unless $url =~ m[/$]
73 0 0 if $tail
106 0 0 if (ref $t) { }
107 0 0 unless $$t[0] eq $stop
130 0 0 unless ref $t
131 0 0 if ($$t[0] eq 'form') { }
0 0 elsif ($$t[0] eq 'textarea') { }
134 0 0 unless ref $t
135 0 0 if $$t[0] eq '/form'
136 0 0 if ($$t[0] eq 'textarea')
169 0 0 if ($unlock_checkbox)
170 0 0 if ($self->release_edit_lock) { }
190 0 0 unless $self->_save_topic_handle_locks($url)
209 0 0 if $self->verbose
223 0 0 if $create_link
224 0 0 if $hide_file
235 0 0 if ($html_content =~ $self->_skin_regex_topic_locked) { }
0 0 elsif ($html_content =~ $self->_skin_regex_authentication_failed) { }
236 0 0 if ($self->override_locks) { }
238 0 0 if $self->verbose
242 0 0 if $self->verbose
246 0 0 if $self->verbose
261 0 0 if ($content =~ _skin_regex_save_or_preview_page($topic))