Condition Coverage

blib/lib/Perl/ToPerl6/TransformerConfig.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
176 76 1371 2 $profile_strictness eq $Perl::ToPerl6::TransformerConfig::PROFILE_STRICTNESS_WARN and $parameter_errors->has_exceptions

or 3 conditions

line l !l&&r !l&&!r condition
95 1333 0 38 not defined $maximum_transformations or $maximum_transformations eq $Perl::ToPerl6::TransformerConfig::EMPTY
1333 38 0 not defined $maximum_transformations or $maximum_transformations eq $Perl::ToPerl6::TransformerConfig::EMPTY or $maximum_transformations =~ /\A $NO_LIMIT \z/imosx