blib/lib/Data/Package/SQLite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 20 | 55.0 |
line | true | false | branch |
---|---|---|---|
82 | 0 | 4 | unless ($dbh) |
109 | 0 | 7 | unless (_STRING $dbfile) |
112 | 0 | 7 | unless (-f $dbfile) |
115 | 0 | 7 | unless (-r $dbfile) |
143 | 0 | 10 | unless my $type = _STRING(shift @location) |
146 | 0 | 10 | if ($type eq 'file') { } |
3 | 7 | elsif ($type eq 'dist_file') { } | |
7 | 0 | elsif ($type eq 'module_file') { } | |
150 | 0 | 3 | unless my $dist = _STRING(shift @location) |
156 | 0 | 7 | unless my $module = _CLASS(shift @location) |