briannesbitt / Carbon
Showing 1 of 2 files from the diff.

@@ -1155,7 +1155,7 @@
Loading
1155 1155
        $daysDiff = (int) $interval->format('%a');
1156 1156
        $sign = $interval->format('%r') === '-' ? -1 : 1;
1157 1157
1158 -
        if (is_int($interval->days) &&
1158 +
        if (\is_int($interval->days) &&
1159 1159
            $interval->y === 0 &&
1160 1160
            $interval->m === 0 &&
1161 1161
            version_compare(PHP_VERSION, '8.1.0-dev', '<') &&
Files Complexity Coverage
src/Carbon 2,171 100.00%
Project Totals (886 files) 2171 100.00%

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading