Prev Code Coverage - Tales From the Trenches Next

Branch coverage

        if ($x)
        {
            $h = { a => 1 }
        }
        else
        {
            $h = 0;
        }
        print $h->{a};


Slide 8 YAPC::Europe::2003 Copyright © 2003 Paul Johnson