| line |
l |
!l&&r |
!l&&!r |
condition |
|
95
|
239 |
140 |
6 |
$thing_meta ||= find_meta($thing)
|
|
123
|
8 |
73 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' does %s'
|
|
146
|
8 |
58 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' does not do %s'
|
|
174
|
5 |
66 |
0 |
$message ||= _thing_name($thing) . " has an attribute named $attr_name"
|
|
300
|
0 |
2 |
0 |
$message ||= _thing_name($thing, $meta) . ' is immutable'
|
|
310
|
0 |
4 |
0 |
$message ||= _thing_name($thing, $meta) . ' is not immutable'
|
|
351
|
31 |
8 |
1 |
$is_moosey ||= ($meta->name || '') =~ /^Moose::Meta::/
|
|
366
|
0 |
5 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' is anonymous'
|
|
375
|
0 |
7 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' is not anonymous'
|
|
717
|
25 |
0 |
0 |
shift() || $_
|