Condition Coverage

blib/lib/Number/Textify.pm
Criterion Covered Total %
condition 16 23 69.5


and 3 conditions

line !l l&&!r l&&r condition
129 0 0 12 $ranges and 'ARRAY' eq ref $ranges
0 1 11 $ranges and 'ARRAY' eq ref $ranges and @$ranges
2 0 32 $_ && 'ARRAY' eq ref $_ && @$_ >= 1 && $_->[0] >= 0
1 2 9 $ranges and 'ARRAY' eq ref $ranges and @$ranges and not grep((!($_ && 'ARRAY' eq ref $_ && @$_ >= 1 && $_->[0] >= 0)), @$ranges)
163 0 0 6 exists $arg{$_} && $arg{$_} && 'CODE' eq ref $arg{$_}
201 37 4 12 @result and not $self->{'skip_zeroes'}

or 2 conditions

line l !l condition
259 54 0 $string // ''

or 3 conditions

line l !l&&r !l&&!r condition
201 117 46 7 $t or @result and not $self->{'skip_zeroes'}