test.robot:5:16 [I] MISC14 'ELSE IF' condition 'not ${status} is ${false}' can be rewritten to '${status} is not ${false}'
test.robot:7:15 [I] MISC14 'IF' condition 'not ${status} is ${NONE}' can be rewritten to '${status} is not ${NONE}'
test.robot:31:12 [I] MISC14 'Set Variable If' condition 'not ${status} is None' can be rewritten to '${status} is not None'
test.robot:33:12 [I] MISC14 'Set Variable If' condition 'not ${class.attr['item']} is set()' can be rewritten to '${class.attr['item']} is not set()'
test.robot:36:16 [I] MISC14 'Skip If' condition 'not ${status} is None' can be rewritten to '${status} is not None'
test.robot:37:23 [I] MISC14 'Should Be True' condition 'not ${status} is None' can be rewritten to '${status} is not None'

Found 6 issues.