Branch Coverage

lib/App/TimeTracker/Command/Jira.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
40 0 0 if (my $ticket = $self->_init_jira_ticket($self->_current_task))
49 0 0 unless ($config)
220 0 0 if ($task) { }
0 0 elsif ($self->jira) { }
226 0 0 unless defined $id
254 0 0 if (ref $status_name and ref $status_name eq 'ARRAY') { }
0 0 elsif ($transition->{'name'} eq $status_name) { }
256 0 0 if ($transition->{'name'} eq $name)
267 0 0 unless (defined $transition_id)
271 0 0 ref $status_name ? :
281 0 0 unless $tag =~ /^JIRA:(.+)/