Branch Coverage
blib/lib/Data/Context/Finder/DB.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
44
3
7
if
(
$row
)
{
}
2
5
elsif
(
$row
=
$self
->schema
->resultset
(
$self
->table
)
->find
(
join
(
'/'
,
@path
[
0
..
@path
-
2
]
,
$self
->default
)
)
)
{
}