| blib/lib/TOML/Dumper/Context/Value.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 18 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 0 | 30 | unless defined $atom |
| 37 | 0 | 30 | if (&blessed($atom)) { } |
| 2 | 56 | elsif (ref $atom eq 'SCALAR' and not ref $$atom) { } | |
| 39 | 0 | 0 | unless $atom->isa($class) |
| 42 | 0 | 0 | !!$atom ? : |
| 45 | 0 | 0 | if (overload::StrVal($atom)) |
| 53 | 1 | 1 | !!$$atom ? : |
| 56 | 0 | 28 | if ref $atom |
| 59 | 23 | 5 | if ($flags & 12288 & 18446744073709535231) { } |