Branch Coverage

blib/lib/Test/Mockify/Verify.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
47 1 14 unless (&blessed($MockifiedMockedObject))
51 1 13 unless (IsValid($MethodName))
54 1 12 unless ($MockifiedMockedObject->can('__getParametersFromMockifyCall'))
57 10 2 unless ($Position and IsInteger($Position))
79 3 1 if ($AmountOfCalles > 0) { }
109 0 15 unless (IsValid($ObjectPath))
112 0 15 if ($MockifiedMockedObject->{'__isMockified'} != 1)