| blib/lib/Template/Sandbox/Library.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 22 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 8 | 5 | if @_ |
| 33 | 1 | 25 | unless $function_library{$pkg} |
| 46 | 6 | 28 | if $word =~ s/^!// |
| 48 | 17 | 17 | if ($word =~ s/^://) { } |
| 52 | 7 | 10 | if (exists $$tags{$word}) { } |
| 9 | 1 | elsif ($word eq 'all') { } | |
| 65 | 3 | 13 | if ($delete) { } |
| 76 | 3 | 14 | if ($delete) { } |
| 93 | 1 | 54 | unless $$library{$name} |
| 96 | 53 | 1 | unless exists $$existing{$name} |
| 100 | 21 | 2 | if @functions |