Lines Matching full:missing
34 self.missing = 0
40 self.missing += miss
78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
161 raise ParserException(tok, 'Missing parentheses')
399 if not di.missing:
415 missing = parser.checked - parser.spdx_valid variable
416 mpc = int(100 * missing / parser.checked)
417 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc))
431 if di.missing:
432 valid = di.total - di.missing