**Example:** ``` reflection = None ``` **Result** LOC: 1 LLOC: 1 SLOC: 1 **Example 2** ``` reflection: 'str' = None ``` **Result 2** LOC: 1 LLOC: 2 SLOC: 1 I think, this is wrong.