blib/lib/Config/MVP/Reader/Finder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 18 | 50.0 |
line | true | false | branch |
---|---|---|---|
66 | 2 | 3 | unless $pkg->isa("Moose::Object") |
67 | 2 | 1 | unless $pkg->does("Config::MVP::Reader::Findable") |
71 | 0 | 1 | unless defined $location |
76 | 0 | 1 | unless @options |
80 | 0 | 1 | if @options > 1 |
96 | 1 | 0 | unless &blessed($self) |
106 | 0 | 0 | unless $_ =~ /^no viable configuration/ |
107 | 0 | 0 | unless defined(my $handler = $self->if_none) |
111 | 0 | 1 | unless $which |