blib/lib/Test/Mockify/Sut.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 20 | 70.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 4 | 0 | 13 | $ParameterAmount == 2 and IsString($Parameters[0]) |
4 | 0 | 13 | $ParameterAmount == 2 and IsString($Parameters[0]) and IsString($Parameters[1]) | |
150 | 4 | 0 | 5 | $ParameterAmount == 2 and IsString($Parameters[0]) |
4 | 0 | 5 | $ParameterAmount == 2 and IsString($Parameters[0]) and IsString($Parameters[1]) | |
212 | 2 | 0 | 20 | $ParameterAmount == 1 and IsString($Parameters[0]) |
321 | 1 | 0 | 4 | $PackageName and IsString($PackageName) |
line | l | !l | condition |
---|---|---|---|
320 | 1 | 4 | $ConstructorName //= 'new' |