blib/lib/Mojo/ShareDir.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 1 | 0 | 3 | $INC{$inc_key} and -e $INC{$inc_key} |
43 | 3 | 0 | 0 | -d $share && $share |
line | l | !l | condition |
---|---|---|---|
6 | 0 | 2 | $ENV{'MOJO_FILE_SHARE_DEBUG'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 4 | 0 | ref $class_name || $class_name |
22 | 0 | 3 | 1 | $class->_new_from_inc(\@class_parts) || $class->_new_from_installed(\@class_parts) |