Condition Coverage

blib/lib/Symantec/PCAnywhere/Profile.pm
Criterion Covered Total %
condition 4 20 20.0


or 2 conditions

line l !l condition
184 0 2 $$self{'attrs'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
157 0 0 0 $$self{'filename'} ||= shift()
218 0 2 0 $$self{'attrs'} ||= $self->_parse_pca_file
254 0 0 0 $$self{'filename'} ||= shift()
255 0 0 0 $$self{'data'} or do { $self->encode }
275 2 0 0 $$self{'data'} ||= shift()
406 0 0 2 $$self{'decoded'} || do { $self->decode }