Branch Coverage

blib/lib/Bash/Completion/Plugins/BashComplete.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
32 0 3 if (index($word, '-') == 0) { }
1 2 elsif ($count >= 2 and $args[1] eq 'complete') { }
2 0 elsif ($count <= 2) { }