Condition Coverage

blib/lib/Raisin/Param.pm
Criterion Covered Total %
condition 15 17 88.2


and 3 conditions

line !l l&&!r l&&r condition
108 44 81 3 $self->required and not defined $$ref_value
121 103 0 1 $self->type->has_coercion and $self->coerce
141 87 0 11 $self->type->name eq "HashRef" and $self->enclosed
79 5 3 $self->regex and not $$ref_value =~ $self->regex

or 2 conditions

line l !l condition
33 22 138 $args{'named'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
114 81 23 21 $self->required or defined $$ref_value