Branch Coverage
blib/lib/OX/RouteBuilder/REST.pm
Criterion
Covered
Total
%
branch
5
8
62.5
line
true
false
branch
38
0
4
unless
$s
46
4
0
if
(
$component
->can
(
$action
)
)
{
}
67
0
4
if
ref
$action_spec
68
2
2
unless
$action_spec
=~
/^REST\.(\w+)\.(\w+)$/