Branch Coverage

blib/lib/App/iTan/Command/Info.pm
Criterion Covered Total %
branch 0 4 0.0


line true false branch
23 0 0 unless my $sth = $self->dbh->prepare('SELECT tindex,valid,itan,imported,used,memo FROM itan WHERE tindex = ?')
27 0 0 unless $sth->execute($self->index)