Hacker News new | ask | show | jobs
by heavenlyblue 2179 days ago
Ternary expressions are not covered by python code coverage tools by the way.
1 comments

interesting! why not?
Bytecode tracing is new in 3.7, and nobody's used it in coverage.py yet.