Path:
sample3.py
Lines:
9
Non-empty lines:
7
Non-empty lines covered with requirements:
5 / 7 (71.4%)
Functions:
1
Functions covered by requirements:
1 / 1 (100.0%)
1
def sayHello3():
2
"""
3
@relation(REQ-2, scope=function)4
"""5
print("Hello 3")
6
7
def thisIsAnotherFunction()
8
return null
9