Branch Coverage

blib/lib/Blog/Blosxom.pm
Criterion Covered Total %
branch 0 72 0.0


line true false branch
225 0 0 unless exists $params{$_} and $params{$_}
229 0 0 unless -d $params{'datadir'}
251 0 0 if $params{'plugin_dir'}
257 0 0 unless ('File::Spec'->file_name_is_absolute($dir))
339 0 0 if ($date ne $entry_date)
355 0 0 if $self->_check_plugins('skip')
378 0 0 unless ($template = $self->_check_plugins('template', @_))
384 0 0 if (-e $fn)
391 0 0 if not $path or $path eq 'File::Spec'->rootdir
430 0 0 if @entries = $self->_check_plugins('entries', @_)
435 0 0 if (-f $abs_path . '.' . $$self{'file_extension'})
440 0 0 if (-d $abs_path) { }
443 0 0 unless -f $_
451 0 0 if (not $fex or /\.$fex$/)
477 0 0 !$ymd[2] || $ymd[2] == $post_date->mday ? :
0 0 if $ymd[0] == $post_date->year + 1900 and !$ymd[1] || $ymd[1] == $post_date->mon + 1
504 0 0 if $dop = $self->_check_plugins('date_of_post', @_)
539 0 0 if @sorted_entries = $self->_check_plugins('sort', @_)
554 0 0 unless $$self{'static_dir'}
555 0 0 unless $$self{'static_password'}
558 0 0 unless defined $on
560 0 0 if ($$self{'static_mode'} and not $on)
566 0 0 if ($on and $password eq $$self{'static_password'})
656 0 0 if $done = $self->_check_plugins('interpolate', @_)
659 0 0 if ($$self{'require_namespace'}) { }
670 0 0 if ($$self{'require_namespace'}) { }
780 0 0 unless exists $$self{'latest_entry_date'}
781 0 0 if $$entry[1]{'date'} > $$self{'latest_entry_date'}
831 0 0 unless $dir
836 0 0 if /^\w+$/ and not /_$/
843 0 0 if ($plugin->start)
862 0 0 if /^(__END__)?$/
877 0 0 unless $$self{'plugins_ordered'}
878 0 0 if $$self{'no_plugins'}
883 0 0 if $plugin->can($method)
885 0 0 if @return