Branch Coverage

blib/lib/CPAN/Testers/WWW/Development.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
88 0 0 -f $source ? :
104 0 0 unless $parser->process('index.html', \%tvars, $target)
109 0 0 if (-f $src) { }
112 0 0 if (-d dirname($dest)) { }
134 0 0 if $options{'help'}
135 0 0 if $options{'version'}
138 0 0 unless $options{'config'}
139 0 0 unless -f $options{'config'}
144 0 0 unless $options{'cfg'} and not $@
156 0 0 unless $options{'directory'}
157 0 0 unless $options{'templates'}
158 0 0 unless -d $options{'templates'}
160 0 0 unless -d $options{'directory'}
169 0 0 if ($full)
199 0 0 unless my $log = $options{'logfile'}
200 0 0 unless -f $log
202 0 0 $options{'logclean'} ? :
208 0 0 unless my $fh = 'IO::File'->new($log, $mode)