Branch Coverage

blib/lib/INI/ReadPath.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
42 0 2 unless my $ini_str = $self->from_file || $self->string
51 2 0 unless my $file = $self->file
53 0 0 unless -f $file
54 0 0 unless open my $FH, '<', $file
65 0 1 unless my $path = shift()
69 0 1 unless $tt->process(\"[%$path%]", $config, \$value)