Status: IN
`evalTree` detects leaf nodes by checking only `root.left is None`, never checking `root.right` — this is correct only under the full binary tree invariant where every non-leaf has exactly two children.
Source: entries/2026/06/06/evaluate-boolean-binary-tree-solution.md