Add more excused coverage gaps.

This commit is contained in:
John-David Dalton
2015-12-29 22:37:35 -06:00
parent 5bc50c2ef0
commit 5202294ae2

View File

@@ -44,6 +44,8 @@ before_install:
PATTERN[3]="|\s*else\s*\{\s*assocSet\(data\b[\s\S]+?\}|"
PATTERN[4]="|\s*if\s*\(ctorString\b[\s\S]+?\}\s*\}|"
PATTERN[5]="|\bindex,\s*iterable\)\s*===\s*false\)[^}]+?(break;)|"
PATTERN[6]="|\s*if\s*\(!lodashFunc\)\s*\{\s*return;\s*\}|"
PATTERN[7]="|\s*define\([\s\S]+?\);|"
if [ $ISTANBUL == true ]; then
set -e