| line | stmt | bran | cond | sub | pod | time | code | 
| 1 |  |  |  |  |  |  |  | 
| 2 |  |  |  |  |  |  | package UR::Namespace::Command::Old::DiffRewrite; | 
| 3 |  |  |  |  |  |  |  | 
| 4 | 2 |  |  | 2 |  | 37139 | use strict; | 
|  | 2 |  |  |  |  | 3 |  | 
|  | 2 |  |  |  |  | 51 |  | 
| 5 | 2 |  |  | 2 |  | 6 | use warnings; | 
|  | 2 |  |  |  |  | 3 |  | 
|  | 2 |  |  |  |  | 48 |  | 
| 6 | 2 |  |  | 2 |  | 320 | use UR; | 
|  | 2 |  |  |  |  | 6 |  | 
|  | 2 |  |  |  |  | 9 |  | 
| 7 |  |  |  |  |  |  | our $VERSION = "0.46"; # UR $VERSION; | 
| 8 |  |  |  |  |  |  |  | 
| 9 |  |  |  |  |  |  | UR::Object::Type->define( | 
| 10 |  |  |  |  |  |  | class_name => __PACKAGE__, | 
| 11 |  |  |  |  |  |  | is => "UR::Namespace::Command::Base", | 
| 12 |  |  |  |  |  |  | ); | 
| 13 |  |  |  |  |  |  |  | 
| 14 |  |  |  |  |  |  | sub help_description { | 
| 15 | 0 |  |  | 0 | 0 |  | "Show the differences between current class headers and the results of a rewrite." | 
| 16 |  |  |  |  |  |  | } | 
| 17 |  |  |  |  |  |  |  | 
| 18 |  |  |  |  |  |  | *for_each_class_object = \&UR::Namespace::Command::Diff::for_each_class_object_delegate_used_by_sub_commands; | 
| 19 |  |  |  |  |  |  |  | 
| 20 |  |  |  |  |  |  | 1; | 
| 21 |  |  |  |  |  |  |  |