Home | History | Annotate | Download | only in coverage

Lines Matching defs:omit

52         '-o', '--omit', action='store',
54 help="Omit files when their filename matches one of these patterns. "
57 omit = optparse.make_option(
58 '', '--omit', action='store',
60 help="Omit files when their filename matches one of these patterns. "
117 omit=None,
239 Opts.omit,
277 Opts.omit,
289 Opts.omit,
306 Opts.omit,
318 Opts.omit,
457 omit = unshell_list(options.omit)
468 omit = omit,
537 omit = omit,
612 Omit reporting or annotating files when their filename path starts with
613 a directory listed in the omit list.