Branch Coverage

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


line true false branch
46 1 12 unless (&blessed($MockifiedMockedObject))
50 1 11 unless (IsValid($MethodName))
53 1 10 unless ($MockifiedMockedObject->can('__getParametersFromMockifyCall'))
56 8 2 unless ($Position and IsInteger($Position))
78 1 1 if ($AmountOfCalles > 0) { }
108 0 11 unless (IsValid($ObjectPath))
111 0 11 if ($MockifiedMockedObject->{'__isMockified'} != 1)