Condition Coverage

blib/lib/Perl/ToPerl6/Config.pm
Criterion Covered Total %
condition 26 35 74.2


and 3 conditions

line !l l&&!r l&&r condition
245 26 2 2 $self->single_transformer and scalar $self->transformers != 1
479 0 72 1 is_integer($verbosity) and not is_valid_numeric_verbosity($verbosity)
522 0 1 66 $severity >= $Perl::ToPerl6::Config::SEVERITY_LOWEST and $severity <= $Perl::ToPerl6::Config::SEVERITY_HIGHEST
568 70 1 2 defined $args_value and $args_value ne ''
580 0 1 72 is_integer($top) and $top >= 0

or 2 conditions

line l !l condition
390 3 0 $Perl::ToPerl6::Config::EVAL_ERROR || '<unknown reason>'

or 3 conditions

line l !l&&r !l&&!r condition
55 3 4 66 defined $args{-'top'} or defined $args{-'theme'}
56 4 3 0 $args{-'severity'} ||= $Perl::ToPerl6::Config::SEVERITY_LOWEST
143 22 10 41 not defined $profile_source or $profile_source ne 'NONE'
174 0 0 1 $args{-'params'} || $args{-'config'}
227 986 1 1 $transformer->is_safe or $self->unsafe_allowed
683 0 0 73 $pager ||= $Perl::ToPerl6::Config::EMPTY