Branch Coverage

blib/lib/Stardoc/Document/Pod.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
38 12 6 ref $entry ? :
39 2 16 if ($name eq 'other') { }
4 12 elsif ($module->can($name) and $module->$name) { }
12 0 elsif (ref $entry) { }
41 2 0 if $pod
46 4 0 if $pod
52 9 2 if $pod
61 0 11 unless my $template = eval { do { 'Stardoc::Pod::Templates'->$name } }