Branch Coverage

blib/lib/Gentoo/PerlMod/Version/Error.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
135 4 5 if (exists $conf->{'want_lax'})
139 0 9 if (_env_hasopt('taint_safe'))
142 0 9 if (_env_hasopt('carp_debug'))
152 7 2 if (exists $conf->{'message_extra_tainted'})
155 9 0 if (exists $conf->{'stack'})
157 9 19 unless ($_->[0] =~ /\AGentoo::PerlMod::Version(?:|::Error|::Env)\z/msx)