I believe that even without TDD we (developers) should strive for the 90% mark for sure (unit tests).

Integration tests should in my opinion also cover at least 70% of code (assuming that 30% of code are rare cases)

Laurent