Branch Coverage

blib/lib/App/Git/Workflow/Command/Feature.pm
Criterion Covered Total %
branch 19 24 79.1


line true false branch
28 0 10 unless get_options(\%option, "tag|t=s", "branch|b=s", "local|l!", "pom|x=s", "url|u=s", "user|U=s", "pass|password|P=s", "jira|j=s", "fetch|f!", "new_pom|new-pom|n!", "push|p")
47 8 2 @ARGV ? :
49 1 7 if ($option{'tag'}) { }
1 6 elsif ($option{'branch'}) { }
61 1 1 $option{'local'} ? :
4 2 $default ? :
66 7 1 if $option{'fetch'}
70 1 7 if $option{'verbose'}
73 0 8 if ($option{'new_pom'})
80 1 7 if ($option{'push'})
88 2 0 unless $option{'jira'}
89 0 0 unless $option{'url'}