Rubyists have long used code coverage to help guide development. While our coverage reports are typically generated from tests, I wanted to see coverage of the production system as it was getting exercised by our users. After discussing with a number of developers and failing in several of my attempts, I built coverband to record production code coverage. Why production code coverage? Dead code is