| blib/lib/CPAN/Testers/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 20 | 70.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 21 | 0 | 9 | if @args % 2 | 
| 32 | 5 | 1 | unless ref $self | 
| 33 | 4 | 2 | unless defined $file | 
| 35 | 1 | 5 | unless open my $fh, '<', $file | 
| 37 | 5 | 0 | if (ref $data eq 'HASH') { } | 
| 41 | 0 | 0 | $@ ? : | 
| 53 | 0 | 4 | unless ref $self | 
| 54 | 3 | 1 | unless defined $file | 
| 57 | 0 | 4 | unless open my $fh, '>', $file | 
| 80 | 2 | 7 | 'File::Spec'->file_name_is_absolute($path) ? : |