blib/lib/PHP/MySource/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
87 | 0 | 0 | if ($PHP::MySource::Session::AUTOLOAD =~ /.*::get(_\w+)/ and $self->_accessible($1, 'read')) |
95 | 0 | 0 | if ($PHP::MySource::Session::AUTOLOAD =~ /.*::set(_\w+)/ and $self->_accessible($1, 'write')) |
104 | 0 | 0 | if ($PHP::MySource::Session::AUTOLOAD =~ /.*::get_(\w+)/ and $self->_parent_accessible($1, 'read')) |
113 | 0 | 0 | if ($PHP::MySource::Session::AUTOLOAD =~ /.*::set_(\w+)/ and $self->_parent_accessible($1, 'write')) |