Branch Coverage

blib/lib/App/ISBN/Format.pm
Criterion Covered Total %
branch 0 10 0.0


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