Branch Coverage

lib/App/TimeTracker/Command/RT.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
40 0 0 if (my $ticket = $self->init_rt_ticket($self->_current_task))
49 0 0 unless ($config)
193 0 0 if ($task) { }
0 0 elsif ($self->rt) { }
199 0 0 unless $id
212 0 0 unless $tag =~ /^RT(\d+)/