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')
405 if not di.missing:
421 missing = parser.checked - parser.spdx_valid variable
422 mpc = int(100 * missing / parser.checked)
423 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc))
437 if di.missing:
438 valid = di.total - di.missing