Branch Coverage

lib/Mozilla/IntermediateCerts.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
103 6 0 if ($self->_download)
105 6 0 if ($self->_parse_csv)
130 0 6 unless open my $fh, '>', $file
134 0 6 if ($@)
153 0 6 unless open my $fh, '<:encoding(UTF-8)', $self->csv
162 0 6 if ($@)