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;
309309 */
310310 abstract public function getPaths (): array ;
311311
312+ /**
313+ * Returns the branches of this node.
314+ */
315+ abstract public function getBranches (): array ;
316+
312317 /**
313318 * Returns the number of executable lines.
314319 */
@@ -368,4 +373,14 @@ abstract public function getNumPaths(): int;
368373 * Returns the number of tested paths.
369374 */
370375 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 ;
371386}
You can’t perform that action at this time.
0 commit comments