TaskTracker Statistics Report

Generated on {{formatDate timestamp}}

Total Tasks

{{taskStats.total}}

Completion

{{taskStats.completionPercentage}}%

Total Files

{{fileStats.totalFiles}}

Total Lines

{{formatNumber fileStats.totalLines}}

Task Statistics

Tasks by Status

Tasks by Category

Tasks by Priority

{{#each taskStats.byPriority}} {{/each}}
Priority Count Percentage
{{@key}} {{this}} {{percentage this ../taskStats.total}}%

Git Statistics

{{#if gitStats.isGitRepo}}

Total Commits

{{gitStats.stats.totalCommits}}

Branches

{{gitStats.stats.branchCount}}

Contributors

{{gitStats.stats.contributorCount}}

Merges

{{gitStats.stats.mergeCount}}

Current Branch: {{gitStats.stats.currentBranch}}

Latest Commit: {{gitStats.stats.latestCommit}}

{{else}}

Not a Git repository

{{/if}}

File Statistics

Files by Extension

Largest Files

Files by Extension Detail

{{#each fileStats.byExtension}} {{/each}}
Extension Files Lines Size
{{@key}} {{this.count}} {{formatNumber this.lines}} {{formatSize this.size}}