Branch Coverage
blib/lib/Kelp/Template.pm
Criterion
Covered
Total
%
branch
9
10
90.0
line
true
false
branch
20
73
21
if
(
not
$ref
)
{
}
5
16
elsif
(
$ref
=~
/^IO/
or
$ref
eq
'GLOB'
)
{
}
0
16
elsif
(
$ref
ne
'SCALAR'
)
{
}
42
49
94
if
-e
$file
53
5
73
if
(
ref
$file
)
{
}