| lib/Gentoo/Overlay.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 75 | 1 | 5 | if (not $f->exists or $f->is_dir) |
| 119 | 1 | 11 | unless ($pd->exists and $pd->is_dir) |
| 230 | 2 | 5 | if (not $cf->exists or $cf->is_dir) |
| 300 | 0 | 55 | unless (exists $self->_default_paths->{$name}) |
| 326 | 1 | 10 | unless ($category->exists) |
| 360 | 2 | 1 | if 'Gentoo::Overlay::Category'->is_blacklisted($cat) |
| 366 | 0 | 1 | unless $category->exists |
| 442 | 3 | 0 | if (exists $method_map{$what}) |