Condition Coverage

blib/lib/FieldParser.pm
Criterion Covered Total %
condition 13 30 43.3


or 2 conditions

line l !l condition
19 1 0 shift() || die('No input passed!Exiting...')
22 1 0 shift() || []
55 1 0 shift() || die('No tokens passed!Exiting...')
56 1 0 shift() || []
57 1 0 shift() || []
100 1 0 shift() || die('No input passed!Exiting...')
101 1 0 shift() || die('No interested tags passed!Exiting...')
105 0 1 shift() || []
106 0 1 shift() || []

or 3 conditions

line l !l&&r !l&&!r condition
21 1 0 0 shift() || qr/"\s+?"/
42 1 0 0 shift() || qr#\</|\>|\<|\"|\'#
102 0 1 0 shift() || qr/"\s+?"/
104 0 1 0 shift() || qr#\</|\>|\<|\"|\'|\s+$#