Condition Coverage

blib/lib/Sub/HandlesVia/Handler.pm
Criterion Covered Total %
condition 14 24 58.3


and 3 conditions

line !l l&&!r l&&r condition
109 218 0 2053 $self->has_max_args and $self->max_args == 0
84 134 0 $self->min_args == 0 and $self->max_args == 1
218 0 0 $self->min_args == 1 and $self->max_args == 1
218 0 0 $self->min_args > 0 and $self->max_args > 0
129 214 1175 0 $self->has_max_args and @curried > $self->max_args
164 0 385 168 $ti and $ti->{'trust_mutated'} eq "always"
167 0 235 150 $ti and $ti->{'trust_mutated'} eq "maybe"
216 0 1 4217 $class->isa("Sub::HandlesVia::HandlerLibrary") and $class->has_handler($method_name)