summaryrefslogtreecommitdiffstats
path: root/ExampleAssessments/example.yml
blob: 2ca03d30367df9e3baaa182352c0eab7824595ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
files:
    - example.py:
        classes:
            - Application:
                methods:
                    - __init__(3)
                    - a_method_with_defaults(3)
                    - add(3)
                    - aMethodThatIsntThere(1)
        functions:
            - hello_world(2)
            - an_undocumented_function(0)
            - aFunctionThatIsntThere(2)
    - aFileThatIsntThere.py:
        functions:
            - hello_world(2)