boolean test()
in
tools/CompositePredicate.java [32:34]
3
lines of code
1
McCabe index (conditional complexity)
boolean test(boolean val) { return !val; }