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 42 77 3 $self->required and not defined $$ref_value
121 97 0 1 $self->type->has_coercion and $self->coerce
141 81 0 11 $self->type->name eq 'HashRef' and $self->enclosed
73 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 77 21 21 $self->required or defined $$ref_value