| blib/lib/Parse/RPM/Spec.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 16 | 68.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 72 | 0 | 3 | if @_ | 
| 76 | 0 | 3 | unless (defined $file) | 
| 80 | 2 | 1 | unless (-e $file) | 
| 84 | 0 | 1 | unless (-r $file) | 
| 88 | 0 | 1 | unless (-s $file) | 
| 92 | 0 | 1 | unless open my $fh, "<", $file | 
| 99 | 12 | 625 | if (/$scalars->{$attr}/) | 
| 106 | 4 | 108 | if (/$arrays->{$attr}/) |