Update doc

This commit is contained in:
Clément Fournier
2017-08-18 17:58:12 +02:00
parent d28620fd45
commit 4096f9f077

View File

@ -79,7 +79,9 @@ class Foo {
nor are empty fall-through cases in `switch` statements. You can use this
option to get results similar to those of the old `StdCyclomaticComplexityRule`,
which is to be replaced.
* Option `CycloVersion#CONSIDER_ASSERTS`: Assert statements are counted as if
they were `if (..) throw new AssertionError(..)`. Compatible with
`IGNORE_BOOLEAN_PATHS`.
## Lines of Code (LoC)