| line |
l |
!l&&r |
!l&&!r |
condition |
|
94
|
234 |
140 |
6 |
$thing_meta ||= find_meta($thing)
|
|
122
|
8 |
73 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' does %s'
|
|
145
|
8 |
58 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' does not do %s'
|
|
173
|
5 |
66 |
0 |
$message ||= _thing_name($thing) . " has an attribute named $attr_name"
|
|
277
|
0 |
2 |
0 |
$message ||= _thing_name($thing, $meta) . ' is immutable'
|
|
287
|
0 |
4 |
0 |
$message ||= _thing_name($thing, $meta) . ' is not immutable'
|
|
328
|
31 |
8 |
1 |
$is_moosey ||= ($meta->name || '') =~ /^Moose::Meta::/
|
|
343
|
0 |
5 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' is anonymous'
|
|
352
|
0 |
7 |
0 |
$message ||= _thing_name($thing, $thing_meta) . ' is not anonymous'
|
|
695
|
25 |
0 |
0 |
shift() || $_
|