Branch Coverage

lib/Kephra/File/IO.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
14 0 0 if (not $file) { }
17 0 0 if (not -r $file) { }
21 0 0 unless ($did_open)
26 0 0 if ($codepage eq 'auto')
29 0 0 if ($probe) { }
32 0 0 $enc =~ /utf8/ ? :
39 0 0 $codepage eq 'utf8' ? :
42 0 0 if defined $content
57 0 0 if (not $file or -e $file and not -w $file) { }
63 0 0 unless ($did_open)
67 0 0 $codepage eq 'utf8' ? :
75 0 0 if -e $file