On Fri, Jul 09, 2004 at 06:31:09PM -0400, Michael G Schwern wrote: > Looking through a coverage analysis I just ran, here's some more idioms > that trip up 100% coverage. > > my $foo = $bar || ''; > > my $foo = $bar || 1; > > $this || return; > > Basically anything of the "$foo || constant" variety. Devel::Cover could > probably be smartened up to handle these cases better.
Umm, nevermind. Got carried away. I was reading the results backwards. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ You can't control the universe with a jar of red pepper. http://www.goats.com/archive/981004.html