| lib/App/cpanm/meta/checker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 134 | 0 | 0 | unless $self->sorted | 
| 156 | 0 | 0 | unless $self->sorted | 
| 312 | 0 | 0 | if 'all' eq $self->mode | 
| 363 | 0 | 0 | unless ('App::cpanm::meta::checker::State'->can('x_test_' . $_[1])) | 
| 368 | 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]; } ) | 
| 371 | 0 | 0 | if ($verbose) |