Branch Coverage
blib/lib/Data/Tersify/Plugin/DBIx/Class.pm
Criterion
Covered
Total
%
branch
3
4
75.0
line
true
false
branch
85
2
1
if
(
ref
(
$dbic_object
)
=~
/^ DBIx::Class::ResultSource /x
)
{
}
1
0
elsif
(
ref
$dbic_object
eq
'DBIx::Class::ResultSet'
)
{
}