| blib/lib/HTML/EP/Examples/Admin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | open $fh, ">$prefs_file" and print $fh "$d\n" |
| 0 | 0 | 0 | open $fh, ">$prefs_file" and print $fh "$d\n" and close $fh |
| line | l | !l | condition |
|---|---|---|---|
| 38 | 0 | 0 | $$self{'_ep_config'}{'examples'}{'admin'} || {} |
| 40 | 0 | 0 | $$self{'admin_config'}{'vardir'} ||= '/home/httpd/html/admin/var' |
| 51 | 0 | 0 | do $prefs_file || {} |
| 148 | 0 | 0 | $$prefs{'squid_ranges'} ||= [] |
| 161 | 0 | 0 | $$self{'admin_config'}{'squid_conf_path'} ||= '/etc/squid.conf' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 103 | 0 | 0 | 0 | $from or $to |
| 116 | 0 | 0 | 0 | defined $from or defined $to |
| 129 | 0 | 0 | 0 | $$attr{'users-modified-path'} || $$self{'admin_config'}{'users_modified_path'} |