| Directory: | ./ | 
|---|---|
| File: | testApp/tmp.cpp | 
| Date: | 2020-07-30 19:47:24 | 
| Exec | Total | Coverage | |
|---|---|---|---|
| Lines: | 4 | 5 | 80.0% | 
| Branches: | 1 | 2 | 50.0% | 
| Line | Branch | Exec | Source | 
|---|---|---|---|
| 1 | #include "lib.h" | ||
| 2 | |||
| 3 | 1 | int main(int argc, char** argv) | |
| 4 | { | ||
| 5 | 1/2✗ Branch 0 not taken. ✓ Branch 1 taken 1 times. | 1 | if ( argc > 1 ) | 
| 6 | ✗ | print(1); | |
| 7 | else | ||
| 8 | 1 | print(0); | |
| 9 | 1 | } | |
| 10 |