in doubles/call_count_accumulator.py [0:0]
def has_incorrect_call_count(self):
"""Test if there have not been a valid number of calls
:rtype boolean
"""
return self.has_too_few_calls() or self.has_too_many_calls()