|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
54
 | 
 7036  | 
 1  | 
 if ($class =~ /^(.+?)::([MVC]|Model|View|Controller)::.+$/)
  | 
 
| 
70
 | 
 1  | 
 0  | 
 if ($class =~ /^(.+?::([MVC]|Model|View|Controller))::.+$/)
  | 
 
| 
116
 | 
 6015  | 
 155  | 
 if ($class =~ /^.+?::([MVC]|Model|View|Controller)::(.+)$/)
  | 
 
| 
117
 | 
 0  | 
 6015  | 
 $case ? :
  | 
 
| 
139
 | 
 0  | 
 0  | 
 if ($create and not -e $tmpdir)
  | 
 
| 
142
 | 
 0  | 
 0  | 
 unless (eval {
  | 
 
| 
193
 | 
 253  | 
 76  | 
 if (my $inc_entry = $INC{$file})
  | 
 
| 
199
 | 
 1  | 
 252  | 
 unless defined $path and length $path
  | 
 
| 
206
 | 
 7  | 
 246  | 
 if (grep {-f $home->file($_);} dist_indicator_file_list())
  | 
 
| 
228
 | 
 218  | 
 28  | 
 if -d $home
  | 
 
| 
247
 | 
 0  | 
 0  | 
 if $prefix
  | 
 
| 
259
 | 
 775  | 
 138  | 
 unless (ref $request)
  | 
 
| 
260
 | 
 534  | 
 241  | 
 if ($request =~ /^http/i) { }
  | 
 
| 
267
 | 
 775  | 
 138  | 
 unless (ref $request eq "HTTP::Request")
  | 
 
| 
288
 | 
 0  | 
 6908  | 
 if $class =~ /(?:\b\:\b|\:{3,})/
  | 
 
| 
291
 | 
 2  | 
 6906  | 
 if $class =~ /[^\w:]/
  | 
 
| 
294
 | 
 0  | 
 6906  | 
 if $class =~ /\.pm$/
  | 
 
| 
301
 | 
 49  | 
 6857  | 
 if not $opts->{'ignore_loaded'} and is_class_loaded($class)
  | 
 
| 
313
 | 
 2  | 
 6855  | 
 if $error
  | 
 
| 
315
 | 
 1  | 
 6854  | 
 unless is_class_loaded($class)
  | 
 
| 
330
 | 
 737  | 
 21732  | 
 unless defined $righthash
  | 
 
| 
336
 | 
 81  | 
 8726  | 
 if ($right_ref and $left_ref) { }
  | 
 
| 
364
 | 
 26  | 
 2076  | 
 if (defined(my $value = $ENV{"${prefix}_$key"}))
  | 
 
| 
402
 | 
 0  | 
 68  | 
 if $force_reset
  | 
 
| 
404
 | 
 60  | 
 8  | 
 if $_term_width
  | 
 
| 
406
 | 
 0  | 
 8  | 
 if ($ENV{'COLUMNS'} and $ENV{'COLUMNS'} =~ /\A\d+\z/)
  | 
 
| 
410
 | 
 8  | 
 0  | 
 unless (-t STDOUT or -t STDERR)
  | 
 
| 
414
 | 
 0  | 
 0  | 
 unless (defined $_use_term_size_any)
  | 
 
| 
420
 | 
 0  | 
 0  | 
 unless (eval {
  | 
 
| 
421
 | 
 0  | 
 0  | 
 if ($@ =~ m[Can't locate Term/Size/Any\.pm]) { }
  | 
 
| 
433
 | 
 0  | 
 0  | 
 if ($_use_term_size_any)
  | 
 
| 
437
 | 
 0  | 
 0  | 
 if (not $width or $width < 80)
  | 
 
| 
460
 | 
 1560  | 
 661  | 
 defined $appnamespace ? :
  | 
 
| 
480
 | 
 3  | 
 7  | 
 if ($namespace =~ s/^\+// or $namespace =~ /^Plack::Middleware/ or $namespace =~ /^$class/) { }
  | 
 
| 
485
 | 
 3  | 
 0  | 
 Class::Load::try_load_class($namespace) ? :
  | 
 
| 
489
 | 
 0  | 
 7  | 
 if (Class::Load::try_load_class($class . '::Middleware::' . $namespace)) { }
  | 
 
| 
 | 
 6  | 
 1  | 
 elsif (Class::Load::try_load_class("Plack::Middleware::$namespace")) { }
  | 
 
| 
516
 | 
 942  | 
 2  | 
 &Scalar::Util::blessed($middleware) ? :
  | 
 
| 
564
 | 
 0  | 
 11  | 
 unless $into
  | 
 
| 
565
 | 
 0  | 
 11  | 
 unless $component
  | 
 
| 
570
 | 
 5  | 
 0  | 
 unless ($as =~ /^(?:Controller|Model|View)::/ or $given{'skip_mvc_renaming'})
  | 
 
| 
573
 | 
 5  | 
 2  | 
 if ($component->isa("Catalyst::$_"))
  | 
 
| 
578
 | 
 0  | 
 5  | 
 unless $category
  | 
 
| 
583
 | 
 11  | 
 0  | 
 unless (Class::Load::is_class_loaded($component_package))
  | 
 
| 
584
 | 
 0  | 
 11  | 
 unless eval "package $component_package; use base qw/$component/; 1;"
  | 
 
| 
586
 | 
 3  | 
 8  | 
 if $given{'traits'}
  |