| blib/lib/Test/Mockify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 11 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 162 | 0 | 0 | 66 | $ParameterAmount == 1 and IsString($Parameters[0]) |
| 419 | 107 | 14 | 2 | $self->{'MethodMockType'}{$MethodName} and $self->{'MethodMockType'}{$MethodName} ne $MethodMockType |
| line | l | !l | condition |
|---|---|---|---|
| 60 | 2 | 112 | $AlternativeConstructorName //= 'new' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 255 | 0 | 68 | 0 | $self->{'MethodStore'}{$MethodName} //= $Method |