Lines Matching refs:report
46 # make a report, placing output in /tmp
601 'One of these (or --report) must be given')
607 '--no-report below.')
621 _grp.add_argument('-r', '--report', action='store_true',
622 help='Generate a report from a counts file; does not execute any '
626 _grp.add_argument('-R', '--no-report', action='store_true',
627 help='Do not generate the coverage report files. '
633 help='Directory where the report files go. The coverage report '
641 'Can only be used with --count or --report')
679 if opts.report:
681 parser.error('-r/--report requires -f/--file')
686 parser.error('must specify one of --trace, --count, --report, '
693 parser.error('--summary can only be used with --count or --report')