Skip to content

Commit 64639b9

Browse files
committed
nocov markers for Date.cpp
1 parent e4ca728 commit 64639b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Date.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ struct tzhead {
395395
return (*number < number0) != (delta < 0);
396396
}
397397

398-
static long detzcode(const char * const codep) {
398+
static long detzcode(const char * const codep) { // #nocov start
399399
long result;
400400
int i;
401401

@@ -1125,7 +1125,7 @@ struct tzhead {
11251125
&sp->chars[bp->tt_abbrind]) == 0;
11261126
}
11271127
return result;
1128-
}
1128+
} // #nocov end
11291129

11301130
static int leaps_thru_end_of(const int y) {
11311131
return (y >= 0) ? (y / 4 - y / 100 + y / 400) :

0 commit comments

Comments
 (0)