dmntk 0.0.35

DMNTK | Decision Model and Notation Toolkit
# Code coverage and other metrics
 
## Code coverage measured using tarpaulin
 
```sh
0.00% coverage, 0/3 lines covered
```
 
## Code coverage measured using llvm source-base
 
```sh
Summary coverage rate:
  lines......: 25.0% (2 of 8 lines)
  functions..: 66.7% (2 of 3 functions)
  branches...: no data found
```
 
## Lines of code calculated using cloc
 
```sh
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Rust                             4             31             99            253
-------------------------------------------------------------------------------
SUM:                             4             31             99            253
-------------------------------------------------------------------------------
```