Count total lines changed in a commit from stat output
Tests ability to count total lines changed in a commit from stat output. Evaluates quantitative stat interpretation.
Baseline Repository
These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.
- 01
git init - 02
git config user.email 'test@test.com' - 03
git config user.name 'Test User' - 04
echo 'start' > readme.txt - 05
git add readme.txt - 06
git commit -m 'Add readme' - 07
printf 'line1 line2 line3 ' > code.py - 08
printf 'a b c d e ' > docs.md - 09
git add code.py docs.md - 10
git commit -m 'Add code and docs'
Prompt
In the commit with message 'Add code and docs', how many total insertions were made according to git log --stat? Output ONLY the number, nothing else.
Expected
8
Campaign Evidence
Loading campaign evidence…
Model Outputs (14)
8
8
JSON Schema
Structured Output
(raw) { "count": 8 }
8
8
JSON Schema
Structured Output
(raw) {"count": 8}
8
8
JSON Schema
Structured Output
(raw) {"count": 8}
8
8
JSON Schema
Structured Output
(raw) {
"count": 8
}
8
8
JSON Schema
Structured Output
(raw) { "count": 8 }
8
8
JSON Schema
Structured Output
(raw) {"count": 8}
8
8
JSON Schema
Structured Output
(raw) {"count": 8}