| blib/lib/Lingy/Compiler/YAML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 0 | 0 | unless $$self{'text'} or $$self{'file'} |
| 22 | 0 | 0 | unless $$code{'type'} eq 'Module' |
| 26 | 0 | 0 | unless $$module{'name'} = $$code{'name'} |
| 44 | 0 | 0 | if ($$self{'text'}) { } |
| 48 | 0 | 0 | unless my $file = $$self{'file'} |
| 50 | 0 | 0 | unless open my $fh, $file |