| Prev | Code Coverage - Tales From the Trenches | Next | 
Of course, && is different
        a if $x && $y;
Three combinations of values for $x and $y
        $x   $y
         0    x
         1    0
         1    1
| Slide 21 | YAPC::Europe::2003 | Copyright © 2003 Paul Johnson |