Branch Coverage

lib/Perl/PrereqScanner/NotQuiteLite/Parser/Catalyst.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
17 2 1 if (($copied_tokens[0][1] || '') eq "()")
21 0 3 if (is_version($copied_tokens[0]))
27 0 14 unless my $desc = $token->[1]
28 4 10 if ($desc eq 'STRING') { }
1 9 elsif ($desc eq 'QUOTED_WORD_LIST') { }
36 1 8 if $plugin =~ /^\-/
37 6 2 unless $plugin =~ s/^\+//
38 5 3 if is_module_name($plugin)