File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,11 @@ abstract public function getLinesOfCode(): array;
309
309
*/
310
310
abstract public function getPaths (): array ;
311
311
312
+ /**
313
+ * Returns the branches of this node.
314
+ */
315
+ abstract public function getBranches (): array ;
316
+
312
317
/**
313
318
* Returns the number of executable lines.
314
319
*/
@@ -368,4 +373,14 @@ abstract public function getNumPaths(): int;
368
373
* Returns the number of tested paths.
369
374
*/
370
375
abstract public function getNumTestedPaths (): int ;
376
+
377
+ /**
378
+ * Returns the number of branches.
379
+ */
380
+ abstract public function getNumBranches (): int ;
381
+
382
+ /**
383
+ * Returns the number of tested branches.
384
+ */
385
+ abstract public function getNumTestedBranches (): int ;
371
386
}
You can’t perform that action at this time.
0 commit comments