mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 16:19:38 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
|
@ -1 +0,0 @@
|
|||
100%
|
|
@ -1,9 +0,0 @@
|
|||
Il branch coverage di un insieme di test cases è la percentuale di branch del programma che sono attraversati da almeno un test case.
|
||||
Si consideri la seguente funzione C:
|
||||
-----------
|
||||
int f(int x, int y) {
|
||||
if (x - y <= 2) { if (x + y >= 1) return (1); else return (2); }
|
||||
else {if (x + 2*y >= 5) return (3); else return (4); }
|
||||
} /* f() */
|
||||
Si considerino i seguenti test cases: {x=1, y=2}, {x=0, y=0}, {x=5, y=0}, {x=3, y=0}.
|
||||
Quale delle seguenti è la branch coverage conseguita?
|
|
@ -1 +0,0 @@
|
|||
50%
|
|
@ -1 +0,0 @@
|
|||
80%
|
Loading…
Add table
Add a link
Reference in a new issue