Lines Matching refs:args
217 **args):
221 # note, gcov-path may contain extra args
223 if args.get('verbose'):
227 stderr=sp.PIPE if not args.get('verbose') else None,
234 if not args.get('verbose'):
510 **args):
528 if last is not None and line - last.stop <= args['context']:
531 line+1+args['context'])
536 line-args['context'],
537 line+1+args['context'])
553 '\x1b[36m' if args['color'] else '',
557 '\x1b[m' if args['color'] else ''))
566 args['width'],
572 if args['color']:
587 **args):
589 if args.get('color') == 'auto':
590 args['color'] = sys.stdout.isatty()
591 elif args.get('color') == 'always':
592 args['color'] = True
594 args['color'] = False
597 if not args.get('use', None):
598 results = collect(gcda_paths, **args)
601 with openio(args['use']) as f:
632 if args.get('output'):
633 with openio(args['output'], 'w') as f:
647 if args.get('diff'):
650 with openio(args['diff']) as f:
674 if not args.get('quiet'):
675 if (args.get('annotate')
676 or args.get('lines')
677 or args.get('branches')):
679 annotate(CovResult, results, **args)
683 diff_results if args.get('diff') else None,
689 **args)
692 if args.get('error_on_lines') and any(
695 elif args.get('error_on_branches') and any(