Branch Coverage

blib/lib/KiokuDB/Util.pm
Criterion Covered Total %
branch 1 28 3.5


line true false branch
50 52 0 if (my($moniker, $rest) = $dsn =~ /^([\w-]+)(?::(.*))?$/) { }
0 0 elsif (my $args = _try_json($dsn)) { }
59 0 0 if (ref $args eq 'ARRAY')
63 0 0 if (ref $args eq 'HASH')
76 0 0 if ($base =~ /\.yml$/) { }
95 0 0 if &blessed($backend)
100 0 0 defined $base ? :
124 0 0 if (-d $src) { }
128 0 0 if (-f $file and $file->basename =~ /\.yml$/)
150 0 0 if (@data == 1)
151 0 0 unless (&blessed($data[0]))
152 0 0 if (ref $data[0] eq 'ARRAY') { }
179 0 0 if ($KiokuDB::VERSION >= $version)
183 0 0 if $seen_deprecation{"${filename}:$line"}++