| Prev | Testing and Code Coverage | Next |
A program should jump to all possible destinations
if ($x)
{
print "a";
}
else
{
print "b";
}
$x must be true on one occasion and false on another
| Slide 17 | YAPC::Europe::2002 | Copyright © 2002 Paul Johnson |