line |
true |
false |
branch |
46
|
0 |
0 |
if (my $ticket = $self->_init_jira_ticket($self->_current_task))
|
55
|
0 |
0 |
unless ($config)
|
60
|
0 |
0 |
unless ($config->{'username'} and $config->{'password'})
|
191
|
0 |
0 |
if ($task) { }
|
|
0 |
0 |
elsif ($self->jira) { }
|
197
|
0 |
0 |
unless defined $id
|
225
|
0 |
0 |
if (ref $status_name and ref $status_name eq 'ARRAY') { }
|
|
0 |
0 |
elsif ($transition->{'name'} eq $status_name) { }
|
227
|
0 |
0 |
if ($transition->{'name'} eq $name)
|
238
|
0 |
0 |
unless (defined $transition_id)
|
242
|
0 |
0 |
ref $status_name ? :
|
252
|
0 |
0 |
unless $tag =~ /^JIRA:(.+)/
|