blib/lib/Decision/Markov.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 21 | 28 | 75.0 |
line | true | false | branch |
---|---|---|---|
47 | 18 | 13 | @_ ? : |
51 | 180 | 179 | @_ ? : |
55 | 5 | 1 | @_ ? : |
59 | 1 | 187 | @_ ? : |
67 | 0 | 7 | unless ref $from |
68 | 0 | 7 | unless ref $to |
79 | 0 | 3 | unless $total == 1 |
94 | 3 | 1 | if @_ |
101 | 0 | 3 | unless ref $initial_state |
103 | 0 | 3 | if $numpatients and $numpatients < 0 |
106 | 1 | 2 | if ($numpatients) |
284 | 0 | 11 | unless $cycle >= 0 |
302 | 187 | 0 | unless $rate |
334 | 1 | 27 | unless $patients_left |