| blib/lib/App/Git/Workflow/Command/Jira.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 31 | 32 | 96.8 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 1 | 14 | unless (@ARGV) |
| 27 | 1 | 14 | unless get_options(\%option, "all|a", "remote|r", "list|l", "quiet|q!", "url|u=s", "user|U=s", "pass|password|P=s") |
| 42 | 1 | 12 | $option{'remote'} ? : |
| 1 | 13 | $option{'all'} ? : | |
| 43 | 2 | 12 | $option{'all'} || $option{'remote'} ? : |
| 46 | 9 | 5 | if (@branch) { } |
| 48 | 5 | 4 | unless defined $branch |
| 54 | 3 | 2 | if (@remote_branch) { } |
| 1 | 1 | elsif (not $option{'quiet'}) { } | |
| 56 | 1 | 2 | unless defined $remote_branch |
| 60 | 1 | 1 | unless $option{'quiet'} |
| 63 | 0 | 1 | if ($option{'url'} and eval { |
| 90 | 5 | 7 | if ($option{'list'}) |
| 94 | 4 | 3 | if @branches == 1 |
| 103 | 1 | 2 | unless ($branches[$ans]) |
| 113 | 1 | 11 | if $option{'quiet'} |