Condition Coverage

blib/lib/Dist/Dzpl/Parser.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 6 defined $input and length $input

or 2 conditions

line l !l condition
28 0 1 $zilla{'root'} ||= '.'
64 5 4 $version ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
27 0 1 0 $zilla{'chrome'} ||= 'Dist::Zilla::Chrome::Term'->new
54 0 3 18 $line =~ /^#/ or not $line =~ /\S/
55 0 9 9 $line =~ /\A\@([\w\-]+):\z/ or $line =~ /\A\[([\w\-]+)\]\z/