Refactor the clone method to decrease its cyclomatic complexity

This commit is contained in:
Nicolas McCurdy
2014-01-07 02:48:50 -05:00
parent 571c5799e9
commit c667cefd4c
3 changed files with 15 additions and 14 deletions

View File

@@ -10,10 +10,10 @@ ClassLength:
Enabled: false
CyclomaticComplexity:
Max: 16
Max: 9
LineLength:
Max: 174
Max: 163
MethodLength:
Max: 31