Branch Coverage

blib/lib/App/cpanm/meta/checker.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
135 0 0 unless $self->sorted
157 0 0 unless $self->sorted
313 0 0 if 'all' eq $self->mode
364 0 0 unless ('App::cpanm::meta::checker::State'->can('x_test_' . $_[1]))
369 0 0 unless &Getopt::Long::GetOptions('s|sort!', \$config->{'sorted'}, 'A|all!', sub { $config->{'mode'} = 'all'; } , 'verbose!', sub { $verbose = $_[0]; } , 'test=s', sub { unless ('App::cpanm::meta::checker::State'->can('x_test_' . $_[1])) { croak("No such test $_[1]"); } ; push @{$$config{'tests'};}, $_[1]; } )
372 0 0 if ($verbose)