Branch Coverage

blib/lib/Dist/Zilla/Plugin/AlienBase/Doc.pm
Criterion Covered Total %
branch 16 24 66.6


line true false branch
75 2 4 if ($type eq 'library') { }
2 2 elsif ($type eq 'tool') { }
2 0 elsif ($type eq 'ffi') { }
96 0 6 $self->min_version ? :
120 0 2 $self->min_version ? :
156 0 1 unless defined $doc
161 0 1 unless $comments
163 3 0 if ($comment =~ /^\s*##?\s*ALIEN (SYNOPSIS|DESCRIPTION|SEE ALSO)\s*$/u)
166 1 2 if ($type eq 'SYNOPSIS') { }
1 1 elsif ($type eq 'DESCRIPTION') { }
1 0 elsif ($type eq 'SEE ALSO') { }
182 1 0 if ($modified)