Prev | Code Coverage - Tales From the Trenches | Next |
A program should jump to all possible destinations
if ($x) { print "a"; } else { print "b"; }
$x must be true on one occassion and false on another
Slide 7 | YAPC::Europe::2003 | Copyright © 2003 Paul Johnson |