Branch Coverage

blib/lib/App/ISBN/Format.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
35 2 3 if (not &getopts("h", $self->{'_opts'}) or @ARGV < 1 or $self->{'_opts'}{'h'})
47 0 3 unless ($isbn_obj)
53 1 2 unless ($isbn_obj->is_valid)
57 0 1 unless ($isbn_obj->is_valid)
67 3 0 if (length $isbn_without_dash > 10) { }