Branch Coverage

lib/OODoc/Export/JSON.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
32 0 0 if ($_[1]) { }
39 0 0 if ($output eq '-') { }
43 0 0 unless open $fh, ">:encoding(UTF-8)", $output
50 0 0 unless $output eq "-" or $fh->close