Branch Coverage
blib/lib/YAML/PP/Writer/File.pm
Criterion
Covered
Total
%
branch
6
6
100.0
line
true
false
branch
15
1
5
if
(
&openhandle
(
$self
->{
'output'
}
)
)
20
1
4
unless
open
my
$fh
,
">:encoding(UTF-8)"
,
$self
->{
'output'
}
38
1
4
if
(
&openhandle
(
$self
->{
'output'
}
)
)