Branch Coverage

blib/lib/App/Translit/String.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
34 1 3 if (not &getopts('hrt:', $self->{'_opts'}) or @ARGV < 1 or $self->{'_opts'}{'h'})
52 2 1 if ($self->{'_opts'}{'r'}) { }
53 1 1 if ($tr->can_reverse) { }
63 1 2 if ($App::Translit::String::EVAL_ERROR)