blib/lib/Mite/Signature.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 29 | 55.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 3 | 1 | 5 | $_[0]->is_named && !$_[0]->named_to_list |
73 | 3 | 6 | 0 | $self->is_named and $self->is_positional |
125 | 0 | 9 | 1 | $self->compiling_class and $self->compiling_class != $self->class |
138 | 0 | 9 | 1 | $self->compiling_class and $self->compiling_class != $self->class |
152 | 1 | 0 | 0 | $self->has_slurpy and $args{'positional'} |
1 | 0 | 0 | $self->has_slurpy and $args{'named'} | |
0 | 1 | 0 | $self->is_named and $args{'positional'} | |
1 | 0 | 0 | not $self->is_named and $args{'named'} |
line | l | !l | condition |
---|---|---|---|
110 | 0 | 9 | $self->autolax // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 8 | 1 | 0 | $self->compiling_class || $self->class |