| blib/lib/PHP/MySource/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 0 | 0 | 0 | $PHP::MySource::Session::AUTOLOAD =~ /.*::get(_\w+)/ and $self->_accessible($1, 'read') |
| 95 | 0 | 0 | 0 | $PHP::MySource::Session::AUTOLOAD =~ /.*::set(_\w+)/ and $self->_accessible($1, 'write') |
| 104 | 0 | 0 | 0 | $PHP::MySource::Session::AUTOLOAD =~ /.*::get_(\w+)/ and $self->_parent_accessible($1, 'read') |
| 113 | 0 | 0 | 0 | $PHP::MySource::Session::AUTOLOAD =~ /.*::set_(\w+)/ and $self->_parent_accessible($1, 'write') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 0 | 0 | $args{'mysource_root'} || croak('You must supply your MySource installation directory.') |
| 0 | 0 | 0 | $args{'mysource_cache'} || $args{'mysource_root'} . '/cache' | |
| 0 | 0 | 0 | $args{'session_id'} || croak('You must supply a MySource session id.') | |
| 0 | 0 | 0 | $args{'mysource_cache'} || $args{'mysource_root'} . '/cache' |