public Library()
in
src/com/example/library/Library.java [10:12]
3
lines of code
1
McCabe index (conditional complexity)
public Library() { books = new ArrayList<>(); }