blib/lib/Biblio/Biblio.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 18 | 44.4 |
line | true | false | branch |
---|---|---|---|
67 | 0 | 2 | $minor < 10 ? : |
171 | 0 | 2 | if $args{'verbose'} and $args{'verbose'} > 1 |
173 | 0 | 2 | if (defined $class and not $class =~ /::/) |
178 | 2 | 0 | if (not defined $class and defined $args{'file'}) |
181 | 0 | 0 | if (not defined $class and defined $args{'dbname'} || defined $args{'dsn'} || defined $args{'dbms'}) |
188 | 0 | 2 | unless $class |
192 | 0 | 2 | unless (defined $version) |
195 | 0 | 2 | if $args{'verbose'} |
231 | 14 | 0 | unless defined $v |