Condition Coverage

blib/lib/IPC/PrettyPipe/Arg.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 'ARRAY' eq ref $_[0] and @{$_[0];} == 2
89 0 0 0 $_[0]->has_value && $_[0]->value eq ''
126 3 1 103 $self->has_value && $self->value =~ /$pattern/
135 1 13 44 $self->has_value and (my $value = $self->value) =~ s/$pattern/$rep/