| lib/Win32/PEFile/PEBase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 14 | 35.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 0 | 3 | unless defined $class | 
| 48 | 0 | 0 | unless defined $sectionCode and exists $Win32::PEFile::PEBase::kStdSectionCodeLu{$sectionCode} | 
| 51 | 0 | 0 | unless exists $Win32::PEFile::SectionHandlers::_SectionNames{$sectionCode} | 
| 56 | 0 | 0 | if $self->can($method) | 
| 59 | 0 | 0 | if $self->can($method) | 
| 70 | 3 | 40 | if defined $nameFileAddr | 
| 74 | 3 | 40 | if defined $nameFileAddr |