blib/lib/Test/Mockify/Sut.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
96 | 13 | 4 | if ($ParameterAmount == 2 and IsString($Parameters[0]) and IsString($Parameters[1])) { } |
150 | 5 | 4 | if ($ParameterAmount == 2 and IsString($Parameters[0]) and IsString($Parameters[1])) { } |
212 | 20 | 2 | if ($ParameterAmount == 1 and IsString($Parameters[0])) { } |
213 | 18 | 2 | if ($Parameters[0] =~ /.*::.*/msx) { } |
263 | 2 | 7 | unless ($MethodName) |
266 | 5 | 2 | if ($MethodName =~ /.*::.*/msx) { } |
321 | 4 | 1 | if ($PackageName and IsString($PackageName)) { } |