Lines Matching refs:stat
417 for stat in stats:
420 'Commit': stat['commit'],
422 'Author': stat['author'],
423 'Subject': stat['subject'],
451 for stat in project_stats:
453 downstream_project = stat['downstream']
459 'Upstream Project': stat['upstream'],
460 'Diff Status': stat['status'],
461 'Files Changed': stat['file'],
462 'Line Insertions': stat['insertion'],
463 'Line Deletions': stat['deletion'],
464 'Line Changes': stat['insertion'] + stat['deletion'],