| line |
true |
false |
branch |
|
260
|
0 |
0 |
unless my $ref = shift() |
|
274
|
0 |
0 |
unless my $self = shift() |
|
283
|
0 |
0 |
unless my $self = shift() |
|
284
|
0 |
0 |
unless my $code = shift() |
|
313
|
0 |
0 |
unless my $self = shift() |
|
314
|
0 |
0 |
unless my $type = shift() |
|
315
|
0 |
0 |
unless my $var = shift() |
|
323
|
0 |
0 |
unless my $self = shift() |
|
324
|
0 |
0 |
unless my $type = shift() |
|
325
|
0 |
0 |
unless my $var = shift() |
|
326
|
0 |
0 |
unless my $constructor = shift() |
|
341
|
0 |
0 |
unless my $self = shift() |
|
360
|
0 |
0 |
unless my $self = shift() |
|
377
|
0 |
0 |
unless my $self = shift() |
|
378
|
0 |
0 |
unless my $ra_tests = shift() |
|
409
|
0 |
0 |
unless my $self = shift() |
|
410
|
0 |
0 |
unless my $arg1 = shift() |
|
411
|
0 |
0 |
unless my $arg2 = shift() |
|
412
|
0 |
0 |
unless my $arg3 = shift() |
|
413
|
0 |
0 |
unless my $arg4 = shift() |
|
414
|
0 |
0 |
unless my $arg5 = shift() |
|
439
|
0 |
0 |
unless my $self = shift() |
|
440
|
0 |
0 |
unless my $namespace = shift() |
|
441
|
0 |
0 |
unless my $class = shift() |
|
479
|
0 |
0 |
unless my $self = shift() |
|
480
|
0 |
0 |
unless my $ra_tests = shift() |
|
517
|
0 |
0 |
unless my $self = shift() |
|
522
|
0 |
0 |
unless my $self = shift() |
|
526
|
0 |
0 |
unless my $self = shift() |
|
530
|
0 |
0 |
unless my $self = shift() |
|
534
|
0 |
0 |
unless my $self = shift() |
|
539
|
0 |
0 |
unless my $self = shift() |
|
543
|
0 |
0 |
unless my $self = shift() |
|
548
|
0 |
0 |
unless my $self = shift() |
|
552
|
0 |
0 |
unless my $self = shift() |
|
556
|
0 |
0 |
unless my $self = shift() |
|
560
|
0 |
0 |
unless my $self = shift() |
|
565
|
0 |
0 |
unless my $self = shift() |
|
567
|
0 |
0 |
unless defined $KW |
|
569
|
0 |
0 |
if $KW =~ /^true$/xi |
|
570
|
0 |
0 |
if $KW =~ /^false$/xi |
|
571
|
0 |
0 |
if $KW =~ /^(?:"nothing"|nothing|null)$/xi |
|
581
|
0 |
0 |
unless my $self = shift() |
|
583
|
0 |
0 |
unless defined $code |
|
604
|
0 |
0 |
if $code =~ /Public \s Class \s+ (\w++)/sx |
|
628
|
0 |
0 |
if $code =~ / ( .*? ) (?= \s* ['']) (.*) /msx |
|
642
|
0 |
0 |
if ($part2 =~ / \G
(?:
(?\w++)
\. (?\w++) \s = \s
(? (?: " .*? " )
| (?: System\.TimeSpan\.Parse\( "[\d:]++" \) )
| (?: \w++ )
)
) ## test condition
\s*+
/cgmsx) { } |
|
|
0 |
0 |
elsif ($part2 =~ / \G
(? \s*+ '[^']*+ \s*+ '[^']*+ \s*+ ['']\s*+ )
\s*+
#warn "@\n";
#warn $part2 ;
#die;
/cgmsx) { } |
|
|
0 |
0 |
elsif ($part2 =~ / \G
(?:
(?\w++)
\.Conditions\.Add\( (?\w++) \)
) ## adding test condition to test action
\s*+
/cgmsx) { } |
|
|
0 |
0 |
elsif ($part2 =~ / \G
Me \. (?\w++)
\. (?(?:TestAction|PosttestAction|PretestAction)) \s = \s (?\w++)
\s*+
/cgmsx) { } |
|
|
0 |
0 |
elsif ($part2 =~ / \G
(?:
resources\.ApplyResources\( (?\w++)
, \s (?"\w++") \)
) ## end of build-up of test action resources
\s*+
/cgmsx) { } |
|
|
0 |
0 |
elsif ($part2 =~ / \G
(?:
(? End \s Sub )
)
/cgmsx) { } |