Essentially all you are testing is:
if( TRUE ) { # comes here } ...
And:
if( FALSE ) { ... } else { # comes here }
It is tests like these that show up testing for the sake of numbers -- in this case, coverage statistics -- as the meaningless time-wasting exercise it so often is.
In reply to Re: Unit testing OS rich code
by BrowserUk
in thread Unit testing OS rich code
by Voronich
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |