Branch Coverage
blib/lib/App/StaticImageGallery/Base/Any.pm
Criterion
Covered
Total
%
branch
0
4
0.0
line
true
false
branch
12
0
0
if
(
defined
$args
{
'ctx'
}
and
ref
$args
{
'ctx'
}
eq
'App::StaticImageGallery'
)
{
}
20
0
0
if
(
$self
->can
(
'init'
)
)