Branch Coverage

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


line true false branch
47 1 22 unless (&blessed($MockifiedMockedObject))
51 1 21 unless (IsValid($MethodName))
54 1 20 unless ($MockifiedMockedObject->can('__getParametersFromMockifyCall'))
57 18 2 unless ($Position and IsInteger($Position))
79 5 1 if ($AmountOfCalles > 0) { }
109 0 34 unless (IsValid($ObjectPath))
112 0 34 if ($MockifiedMockedObject->{'__isMockified'} != 1)