Prev | Testing and Code Coverage | Next |
But it's not always that easy
Adding a test may show errors in the newly covered code
It might be impossible to exercise some code
This can show errors or omissions in implementation or specification
$x = 0; print "a" if $x;
Slide 42 | YAPC::Europe::2002 | Copyright © 2002 Paul Johnson |