Name: scC46020 Date: 05/06/98
Jcov (java_g -prof=jcov) doesn't take into account the implicit label
default of switch statement. Javac doesn't generate corresponding
JcovTable item for implicit default label of switch statement. As
result Jcov's branch coverage results are not entirely accurate.
Processing of explicit default label of switch statement is correct.
======================================================================