@@ -1031,6 +1031,7 @@ protected function getLineCoverageForBankAccount(): CodeCoverage
10311031 Target::forMethod (BankAccount::class, 'getBalance ' ),
10321032 ],
10331033 ),
1034+ time: 0.1 ,
10341035 );
10351036
10361037 $ coverage ->start (
@@ -1045,6 +1046,7 @@ protected function getLineCoverageForBankAccount(): CodeCoverage
10451046 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
10461047 ],
10471048 ),
1049+ time: 0.2 ,
10481050 );
10491051
10501052 $ coverage ->start (
@@ -1059,6 +1061,7 @@ protected function getLineCoverageForBankAccount(): CodeCoverage
10591061 Target::forMethod (BankAccount::class, 'depositMoney ' ),
10601062 ],
10611063 ),
1064+ time: 0.3 ,
10621065 );
10631066
10641067 $ coverage ->start (
@@ -1075,6 +1078,7 @@ protected function getLineCoverageForBankAccount(): CodeCoverage
10751078 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
10761079 ],
10771080 ),
1081+ time: 0.4 ,
10781082 );
10791083
10801084 return $ coverage ;
@@ -1110,6 +1114,7 @@ protected function getPathCoverageForBankAccount(): CodeCoverage
11101114 Target::forMethod (BankAccount::class, 'getBalance ' ),
11111115 ],
11121116 ),
1117+ time: 0.5 ,
11131118 );
11141119
11151120 $ coverage ->start (
@@ -1124,6 +1129,7 @@ protected function getPathCoverageForBankAccount(): CodeCoverage
11241129 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
11251130 ],
11261131 ),
1132+ time: 0.6 ,
11271133 );
11281134
11291135 $ coverage ->start (
@@ -1138,6 +1144,7 @@ protected function getPathCoverageForBankAccount(): CodeCoverage
11381144 Target::forMethod (BankAccount::class, 'depositMoney ' ),
11391145 ],
11401146 ),
1147+ time: 0.7 ,
11411148 );
11421149
11431150 $ coverage ->start (
@@ -1154,6 +1161,7 @@ protected function getPathCoverageForBankAccount(): CodeCoverage
11541161 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
11551162 ],
11561163 ),
1164+ time: 0.8 ,
11571165 );
11581166
11591167 return $ coverage ;
@@ -1276,6 +1284,7 @@ protected function getLineCoverageForNamespacedBankAccount(): CodeCoverage
12761284 TargetCollection::fromArray ([
12771285 Target::forMethod (BankAccountTrait::class, 'withdrawMoney ' ),
12781286 ]),
1287+ time: 0.9 ,
12791288 );
12801289
12811290 $ coverage ->start (
@@ -1288,6 +1297,7 @@ protected function getLineCoverageForNamespacedBankAccount(): CodeCoverage
12881297 TargetCollection::fromArray ([
12891298 Target::forMethod (BankAccountTrait::class, 'depositMoney ' ),
12901299 ]),
1300+ time: 1.0 ,
12911301 );
12921302
12931303 $ coverage ->start (
@@ -1302,6 +1312,7 @@ protected function getLineCoverageForNamespacedBankAccount(): CodeCoverage
13021312 Target::forMethod (BankAccountTrait::class, 'depositMoney ' ),
13031313 Target::forMethod (BankAccountTrait::class, 'withdrawMoney ' ),
13041314 ]),
1315+ time: 1.1 ,
13051316 );
13061317
13071318 return $ coverage ;
@@ -1335,6 +1346,7 @@ protected function getLineCoverageForBankAccountForFirstTwoTests(): CodeCoverage
13351346 Target::forMethod (BankAccount::class, 'getBalance ' ),
13361347 ],
13371348 ),
1349+ time: 1.2 ,
13381350 );
13391351
13401352 $ coverage ->start (
@@ -1349,6 +1361,7 @@ protected function getLineCoverageForBankAccountForFirstTwoTests(): CodeCoverage
13491361 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
13501362 ],
13511363 ),
1364+ time: 1.3 ,
13521365 );
13531366
13541367 return $ coverage ;
@@ -1380,6 +1393,7 @@ protected function getLineCoverageForBankAccountForLastTwoTests(): CodeCoverage
13801393 Target::forMethod (BankAccount::class, 'depositMoney ' ),
13811394 ],
13821395 ),
1396+ time: 1.4 ,
13831397 );
13841398
13851399 $ coverage ->start (
@@ -1396,6 +1410,7 @@ protected function getLineCoverageForBankAccountForLastTwoTests(): CodeCoverage
13961410 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
13971411 ],
13981412 ),
1413+ time: 1.5 ,
13991414 );
14001415
14011416 return $ coverage ;
@@ -1491,6 +1506,7 @@ protected function getPathCoverageForBankAccountForFirstTwoTests(): CodeCoverage
14911506 Target::forMethod (BankAccount::class, 'getBalance ' ),
14921507 ],
14931508 ),
1509+ time: 1.6 ,
14941510 );
14951511
14961512 $ coverage ->start (
@@ -1505,6 +1521,7 @@ protected function getPathCoverageForBankAccountForFirstTwoTests(): CodeCoverage
15051521 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
15061522 ],
15071523 ),
1524+ time: 1.7 ,
15081525 );
15091526
15101527 return $ coverage ;
@@ -1538,6 +1555,7 @@ protected function getPathCoverageForBankAccountForLastTwoTests(): CodeCoverage
15381555 Target::forMethod (BankAccount::class, 'depositMoney ' ),
15391556 ],
15401557 ),
1558+ time: 1.8 ,
15411559 );
15421560
15431561 $ coverage ->start (
@@ -1554,6 +1572,7 @@ protected function getPathCoverageForBankAccountForLastTwoTests(): CodeCoverage
15541572 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
15551573 ],
15561574 ),
1575+ time: 1.9 ,
15571576 );
15581577
15591578 return $ coverage ;
@@ -1947,6 +1966,7 @@ protected function getCoverageForFilesWithUncoveredIncluded(): CodeCoverage
19471966 TargetCollection::fromArray ([
19481967 Target::forMethod (BankAccount::class, 'getBalance ' ),
19491968 ]),
1969+ time: 2.0 ,
19501970 );
19511971
19521972 $ coverage ->start (
@@ -1959,6 +1979,7 @@ protected function getCoverageForFilesWithUncoveredIncluded(): CodeCoverage
19591979 TargetCollection::fromArray ([
19601980 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
19611981 ]),
1982+ time: 2.1 ,
19621983 );
19631984
19641985 $ coverage ->start (
@@ -1971,6 +1992,7 @@ protected function getCoverageForFilesWithUncoveredIncluded(): CodeCoverage
19711992 TargetCollection::fromArray ([
19721993 Target::forMethod (BankAccount::class, 'depositMoney ' ),
19731994 ]),
1995+ time: 2.2 ,
19741996 );
19751997
19761998 $ coverage ->start (
@@ -1985,6 +2007,7 @@ protected function getCoverageForFilesWithUncoveredIncluded(): CodeCoverage
19852007 Target::forMethod (BankAccount::class, 'depositMoney ' ),
19862008 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
19872009 ]),
2010+ time: 2.3 ,
19882011 );
19892012
19902013 return $ coverage ;
@@ -2018,6 +2041,7 @@ protected function getCoverageForFilesWithUncoveredExcluded(): CodeCoverage
20182041 TargetCollection::fromArray ([
20192042 Target::forMethod (BankAccount::class, 'getBalance ' ),
20202043 ]),
2044+ time: 2.4 ,
20212045 );
20222046
20232047 $ coverage ->start (
@@ -2030,6 +2054,7 @@ protected function getCoverageForFilesWithUncoveredExcluded(): CodeCoverage
20302054 TargetCollection::fromArray ([
20312055 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
20322056 ]),
2057+ time: 2.5 ,
20332058 );
20342059
20352060 $ coverage ->start (
@@ -2042,6 +2067,7 @@ protected function getCoverageForFilesWithUncoveredExcluded(): CodeCoverage
20422067 TargetCollection::fromArray ([
20432068 Target::forMethod (BankAccount::class, 'depositMoney ' ),
20442069 ]),
2070+ time: 2.6 ,
20452071 );
20462072
20472073 $ coverage ->start (
@@ -2056,6 +2082,7 @@ protected function getCoverageForFilesWithUncoveredExcluded(): CodeCoverage
20562082 Target::forMethod (BankAccount::class, 'depositMoney ' ),
20572083 Target::forMethod (BankAccount::class, 'withdrawMoney ' ),
20582084 ]),
2085+ time: 2.7 ,
20592086 );
20602087
20612088 return $ coverage ;
0 commit comments