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