Condition Coverage

lib/Log/Report/Template/Textdomain.pm
Criterion Covered Total %
condition 7 20 35.0


and 3 conditions

line !l l&&!r l&&r condition
104 2 0 2 @_ && ref $_[-1] eq 'HASH'
106 4 0 0 defined $plural and not defined $params->{'_count'}
138 0 0 0 @_ && ref $_[-1] eq 'HASH'
171 0 1 1 defined $value and length $value

or 2 conditions

line l !l condition
47 2 5 $args->{'translation_function'} || 'loc'

or 3 conditions

line l !l&&r !l&&!r condition
147 0 0 0 defined $plural or not defined $params->{'_count'}
150 0 0 0 not defined $plural or defined $params->{'_count'}