Code that is hard to separate - multiple responsibilities are shared among several classes, but not a single class that bears any responsibility
Code that is very difficult to view - try the middle state machine if / then / else bomb 500 lines.
Codex, which applies very strongly to a given field, is an obvious example of mathematics. Take the Fourier transform function and add one unit test, which shows that all zeros are converted to all zeros. 100% coverage, but nothing really tested at all.
Code that is strongly related to external dependencies that are related.
Code with huge interfaces that perform several actions.
source share